|
Home > Online Product Documentation > Table of Contents > Validating XML Documents Validating XML Documents
At any time, you can validate your XML document against its schema. Click
Validate Document
Stylus Studio displays a message that indicates whether or not your document is valid. If your document does not conform to its schema, Stylus Studio displays a list of error messages that describe the inconsistencies. This list includes line and column numbers that indicate the location of the error. When you click in an XML document, Stylus Studio shows the line and column number in the bottom right corner of the Stylus Studio window. When Stylus Studio validates a document, it also checks for well-formedness. Stylus Studio uses font color to indicate valid and invalid element names. Purple fonts indicate valid elements. Orange fonts indicate elements that are not in the schema.
|