>Are you saying that I can "implement" a startCDATA and endCDATA in the
same
>fashion that I can implement a StartElement and EndElement?
Yes, if you implement, and register as, LexicalHandler. That's straight
SAX2... (At least, it works in the Java version of the parser and I presume
it works in the C++ version.)
>Also does the StartCDATA and EndCDATA wrap around a normal call to a
>characters call?
Yep; one or more characters() calls. See the SAX2 spec.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]