Validating an XML Document

See Also 

If you have an XML document that is constrained by an XML schema or DTD, you can validate the XML document to check its contents for syntax errors.

If your XML document's DTD is located on a remote machine, ensure that the IDE's proxy is correctly configured and you have access to the DTD.

To validate an XML document:

  1. Do one of the following:
  2. Choose Validate XML (or if the file is open in the Editor, press Validate XML Validate XML icon.

    The Output window lists any errors along with the line number where the error was detected.

Common Error Messages

Some common error messages generated during DTD validation include:

See Also
Setting a Proxy
Checking an XML Document for Well-Formedness

Legal Notices