XML Declaration

 
 
 

The XML declaration is optional but recommended. It indicates to the XML parser the version of XML and character encoding used.

If it is present, the XML declaration must be the first line of the file.

Example

<?xml version="1.0" encoding="UTF-8"?>