|
|
A document that adheres strictly to the DTD specified in its document-type declaration.
a document that obeys it's own set of rules, and is validated by a validating XML parser
a well-formed document that also conforms to the stricter rules specified in the Document Type Definition (DTD)
a Well Formed XML document that adheres to the rules of a Document Type Definition (DTD)
a "Well Formed" XML document, which also conforms to the rules of a Document Type Definition (DTD) , XML Schema or other type of schema, which defines the legal elements of an XML document
An XML document that references a DTD in a DOCTYPE statement.
|