IMB xml for java parser and printing entities

TAMURA Kent kent at trl.ibm.co.jp
Mon Jul 27 13:55:50 BST 1998


> 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


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list