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:
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 |