Feedback

  • Contents
 

XML Validate Document

This XML tool performs run-time validation on the currently loaded document using the currently loaded DTD, schema, or schema cache.

Note: If the node is not a document node, the owner document of the node is validated.

Inputs

Document

The node of the document to be validated.

Exit Paths

Valid

Document successfully validated against schema or DTD.

Invalid

Document not successfully validated. Retrieve error information by calling XML Get Error Info on the Document node.

Failure

Other error (such as NULL node). Retrieve Error information through the XML Get Error Info on the Document node.