Allows to validate the given XML document (axlDoc) against the given document type definition (DTD, axlDtd). This function allows to validate your XML documents providing the document type definition, that was read using axl_dtd_parse or axl_dtd_parse_from_file. Keep in mind that a document could be well-formed and valid. The only difference is that valid XML document are those that, meet all XML rules, but also are clasified and recognized as XML documents with some particular structure, that is represented (or constrained) with providing a DTD definition.
|