Definition:
The XML declaration statement is a required element of an XML document. It tells the user agent that the document is an XML document and what version of XML it is using.
The XML declaration statement is a required part of the XML prolog and must be present to write a well-formed XML document.
Also Known As: prolog
Alternate Spellings: XML declaration
Examples:
<?xml version="1.0">

