Hi all, I have a problem with entity parsing and resolution. Basically, I don't want it to happen. My documents are parsed many times during their lifecycle, and I want the entities, usually just characters converted to entities (e.g. degree symbol --> °), to remain in the latter form until the very last parse by the parser when they would be converted to a unicode encoding.
I would like to avoid wrapping the entities in CDATA brackets if at all possible. Now, I am looking at overriding a handler. Would anyone have a suggestion as to which one would be best? I am using SAX 2.0 and Xerces-j 1.3.1. Would anyone have any suggestions? Any help appreciated, Cam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
