Hi, I'm trying to output raw xml using ContentHandler.characters(). The xml file is read from XMLReader and is parsed using a customized class that extends ContentHandler. The characters() seem to replace default entities such as amp, lt, etc - which I need to preserve in the output. Temp solution is to convert them manually (to &). Can someone help ? Thanks.
-keng wong
