You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Baq Haidri <bh...@inktomi.com> on 2000/04/27 03:55:10 UTC

Question on xml character dump

Hi folks,

I'm writing an xml application using the SAX interface and of course the 
xerces SAXParser.  What i'm wondering is if it's possible somehow to obtain 
and dump a buffer of characters as the parser is reading the xml 
document.  I need to do this for error reporting purposes:  it would be 
nice for our users to know when they've made an error in their xml 
document, what their error actually looks like without them having to go 
back to their file and search for a specific line number.

Thanks,
Baq Haidri