problem with SAX - repetitive lines returned by characters() 2004-01-16 - By 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 "1\n2\n3\n4\n" is returned by characters() method as "1\n" "1\n" "2\n"
"1\n"
"2\n" "3\n" "1\n" "2\n" "3\n" "4\n" strange (and frustrating), isn't it ?
what can be done with it ?
Michal
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|