I know that we should include
<?xml version="1.0"?>
as the header of xml.
But if I don't include it in the xml doc like
<message>aaa</message>
What's the consequence?
I've try that my java SAX parser can't parse this xml without the header.
What's the consequence of this?
Will SAX parse without this header?
If it's legal, how to parse this type of XML?