Hi,
I am relatively new to parsing XML via Xerces and Sax, with Java. I followed
some examples I located on the web, and got my code working, with two
exceptions. I'll deal with one of them here.
Some of the XML looks like:
<tag>first line
2nd line
3rd line</tag>
The start and end tags are noted (Sax events), but the char array contains
only "first line" and loses the rest of the text. The variable 'length' in
this case returns 10. The XML comes from an external source and is beyond my
control. The files are also quite large, some over 60 MB, so I wasn't able to
use my old method of importing the entire XML file as a string and letting
digester do the work.
So, is this a known issue, and is there a fix or workaround?
let me know what additional information I need to provide.
Thanks,
-John
Discover Yahoo!
Find restaurants, movies, travel and more fun for the weekend. Check it out!
http://discover.yahoo.com/weekend.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]