I'm trying to catch xml entities while using the sax2 parser. I'm overriding the startEntity (const XMLCh *const name) method in the DefaultContentHandler class. For some reason this doesn't seem to be called, even though it evidently is doing entity transcoding. Is there a flag I need to set for this event to be triggered?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]