Re: IMB xml for java parser and printing entities

TAMURA Kent (kent@trl.ibm.co.jp)
Mon, 27 Jul 1998 20:53:51 +0900


> How I can print my xml document with ibm parser so that my enties are still
> in form &horse;. I have following horse.xml file:
:
:
> How can I have &horse; instead of horsepower in my output????

*Current* XML4J expands all entity references and removes
information about them. A tree produced by Parser#readStream()
never generates your entity referecens.

To generate eneity references, add com.ibm.xml.parser.GeneralEntity
instances to a tree and print it.

-- 
TAMURA, Kent  @ Tokyo Research Laboratory, IBM Japan