What is ?
XML Declaration <?xml version=”1.0″?> is an XML declaration. It is an optional indication of the version of XML, the character encoding, and the standalone document declaration. It can only appear as the very top of an XML file, if anywhere, and may not be repeated. <xml version=”1.0″> is an open tag (that will require a closing tag) to an … Read more