A
Asger Jørgensen
Hi there
If the XML declaration only contain:
<?xml version="1.0"?>
No encoding is specified, and there is no BOM at the
biginning of the file.
What should tha XmlParser do?
should it report an error or should it parse the
document in a certain default encoding, if so
which ?
What if the BOM is different from the encoding, specified
in the XML declaration ?
Thanks in advance
Asger
If the XML declaration only contain:
<?xml version="1.0"?>
No encoding is specified, and there is no BOM at the
biginning of the file.
What should tha XmlParser do?
should it report an error or should it parse the
document in a certain default encoding, if so
which ?
What if the BOM is different from the encoding, specified
in the XML declaration ?
Thanks in advance
Asger