Checking an XML Document for Well-Formedness

See Also 

XML documents, including DTD, CSS, and XSL files, are considered well-formed if they adhere to a basic set of grammatical rules. The IDE enables you to check an XML document to ensure it conforms to the necessary rules, including the following requirements:

To check an XML document:

  1. Right-click the document's node in the Files window.
  2. Choose Check XML, Check DTD, or Check CSS, depending on the document you are checking.
  3. The Output window lists any errors along with the line number where the error was detected.

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

Legal Notices