Notation and Syntax

XML markups are case-sensitive. Documents that contain XML markups are called XML documents. A well-formed XML document contains markups that adhere to XML coding and structure rules. An XML document that is not well-formed will be rejected by parsers, which are programs that process XML documents.

The graphic shows how a parser accepts only a well-formed XML document and rejects any XML document that is not well-formed.
Click the Next button to continue.