Hi, I'm using the AbstractXMLDocumentParser class from the XNI.
Is there an event raised in this class for specially encoded characters, for example ” ?
If I parse a document containing references such as this, and print the output, I get the interpretation of the character (double quotes in this case), rather than the original character sequence - so I'm wondering, at what level does this interpretation take place?
Is there a way I can get the parser, or one of it's underlying objects, to notify me that it found ” as a raw sequence of charcaters?
Thanks in advance! -John --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]