Xml/Xslt - XML Exception: Data at the root level is invalid. Line 1, position 1
Asked By karur krishna madhu on 31-Oct-12 04:27 AM
XML Exception: Data at the root level is invalid. Line 1, position 1. can anyone help me on this?
Michael Noam replied to karur krishna madhu on 31-Oct-12 05:21 AM
depends on which parser you're using.
Some parsers do not allow white spaces in the beginning of xmls.
Another option is the file encoding, are you parsing a file or a text string ?