
27 Apr
2006
27 Apr
'06
11:28 a.m.
On 4/27/06, Marcin Kalicinski <kalita@poczta.onet.pl> wrote:
Error should have line number on it. I tried the URL you posted later, and it parses fine for me. Perhaps you saved xml file in UTF-8? UTF-8 files sometimes have binary prefix, which will make the parsing fail, unless you are using locale with UTF-8 codecvt facet. Try saving the file in ASCII.
I removed the binary prefix and it works fine. Shouldn't PT library handle this automatically ? UTF-8 is the most common encoding nowadays