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 I
appended content of first buff to the second every(!) time characters were
called. Thus when there was more of contents, it was called more times and
caused repetition described in previous mails. It

Thanks,
Michal

> That's not impossible, but it seems unlikely unless you're perhaps
> using a very old version of Xerces. It seems a lot more likely
> there's a bug in your code. If you can provide a complete test case
> that demonstrates the alleged bug (the simpler the better) then I'd
> be more inclined to believe the bug is in Xerces, and perhaps someone
> could offer a fix.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to