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

problem with SAX - repetitive lines returned by characters()

2004-01-16 Thread Michal Sankot
Hi, I have problem with SAX bit of Xerces. I use SAX to get lines of an element of specified tag and print them out. I was using older version of Xerces with which it run fine. When I replaced old xerces.jar with new xercesImpl.jar SAX starts to behave wierd. CDATA element content which is

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

2004-01-16 Thread Elliotte Rusty Harold
At 3:48 PM + 1/16/04, Michal Sankot wrote: Hi, I have problem with SAX bit of Xerces. I use SAX to get lines of an element of specified tag and print them out. I was using older version of Xerces with which it run fine. When I replaced old xerces.jar with new xercesImpl.jar SAX starts to