XML Document Structure
9.0D
All XML documents should start with an XML declaration line containing the version of XML as shown below:
Optionally the file may have an XML document type declaration. This must appear before the first XML element in the XML file. An XML document type declaration is prefixed by the following:
The rest of the XML file is composed of the XML elements, XML comment lines, and XML processing instruction lines. XML comment lines are formatted as:
XML processing instruction lines are formatted as:
See Also: XML Support
![]() |