|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Encoding problem or what else?
Hi Flavio,
I expected this from your first post. The three bytes are the (optional) UTF-8 Byte Order Mark (BOM). The XML Parser that is used by your XSL processor does not consume them as it should, resulting in character data in the prolog, which is obviously not allowed. It is typical of Microsoft products to use this BOM. Wordpad adds it at save time and consumes it at reading time, so you will never see it in that editor. Switch to a different (XML) parser, get rid of the BOM in your data (can you influence the creation?) or patch the reading process to consume this BOM. Second option is perhaps easiest. Regards, Geert Hello Micheal, i checked the file with an HEX editor and it turned out that there are three bytes whose hex code is EF BB BF at the beginning of the o ffendingfile. I guess this must be the reason why the parser is complaining, though I am still not clear if this is some sort of multi-byte character or just some junk that happens to be there. If I open the file with Wordpad, these characters do not show up at all.
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








