|
|
|
|
An XML Parser will indicate whether an XML document is well-formed, which simply means that the document conforms to the syntax rules of XML. However, a well-formed XML document is not necessarily valid, in the context of a particular application. It is desirable to provide some mechanism by which an application can determine the validity of an XML document. This essentially means defining the rules for a given document's contents and structure. There are two standard mechanisms for formally defining the structure and content of an XML document:
|
| The page was last updated February 19, 2008 |