Hello.  I am trying to find a way to access the raw document-text that
triggered a sax-event.

For example, if my document handler's "start-element" method gets called, is
there a way to get the original character string (i.e. non-parsed) that
generated the "start-element" event?

The reason why I ask is that I am developing a "middleware" system that will
break large XML files into individual records that will be handed off to
miniparsers defined by end-users who've specified their own parsers.  As
such, it would be great if I could just pass the original XML text through
to the end-user, unaltered.

Sound like a nightmare?  Well, it is.

Thanks for any and all help.
-ted

P.S. what does the "SAXParser::docCharacters" method do?  For a moment it
seemed promising but now I'm not so sure.


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

Reply via email to