XML_ValidationRules Enumerated List
See Also Example Applies To
This enumerated list contains the three validation rules for an XMLDOMParser.
XML_DONT_VALIDATE
Value 0 - Don't validate the XML document against a DTD.
XML_VALIDATE_WITH_DTD_REFERENCED_IN_FILE
Value 1 - Validate the XML document against the DTD referenced in the XML document.
XML_VALIDATE_WITH_EXTERNAL_DTD
Value 2 - Validate the XML document against an external DTD.
|