hi all, I have a text .xml file which I saved in Windows Notepad as a UTF-8 file.
However, when I try to parse it with Xerces, I get an "invalid document structure" exception on line 1, character 1. Any idea why I would be getting this? The very beginning of the file looks like this: <?xml versio A binary dump of the same gives this: ef bb bf 3c 3f 78 6d 6c 20 76 65 72 73 69 6f 6e if I'm not mistaken. I'm not sure what those first three bytes are, but I didn't expect to see them there; they don't show up in Notepad, that's for sure. thanks - Brendan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
