You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Keng Wong <ke...@verizon.net> on 2002/06/16 04:18:01 UTC

ContentHandler and raw xml

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 &amp;).
Can someone help ? Thanks.

-keng wong