Checking an XML Document for Well-Formedness

See Also 

You can check any XML document, including DTD, CSS, and XSL documents, to make sure they are well-formed. An XML document is well-formed if it adheres to a basic set of grammatical rules, including these requirements:

To check an XML document:

  1. Right-click the document's node in the Filesystems window.
  2. Choose Check XML, Check DTD, or Check CSS, depending on the document you are checking.

The Output window lists any errors along with the line number where the error was detected. This location is not necessarily the line where the error occurred. You can double-click any error message to go to the line in the XML file where the error was detected.

See Also
Validating an XML Document
Editing an XML Document
Creating a DTD
Generating DTD Documentation
Creating a Cascading Style Sheet

Legal Notices