|
If an XML document has an associated document type definition and
if the document complies with the constraints expressed in it, it is valid.
The document type definition must appear before the first element in the document.
The name following the word DOCTYPE in
the document type definition must match the name of root element.
|