Character Encoding Redux

2004-01-19 Thread Carl Hume
Hello all, Last week I asked for an explanation regarding Xerces behavior parsing XML files. I was able to hide the issue by tweaking the server's locale settings, but the problem still exists in another form. Helpful people on this list suggested that the encoding for the first file was

Re: problem with SAX - repetitive lines returned by characters()

2004-01-19 Thread Michal Sankot
ok, I tried to isolate problematic part of code and found the culprit. I was using two different buffers for saving incomming data, where the forst one was saving data returned by characters and second appended sone other text to the contents of first one, after parsing finished. Problem was that