[
Lists Home |
Date Index |
Thread Index
]
- From: TAMURA Kent <kent@trl.ibm.co.jp>
- To: xml-dev@ic.ac.uk
- Date: 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
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|