IMB xml for java parser and printing entities

mika.kekkonen at vtt.fi mika.kekkonen at vtt.fi
Mon Jul 27 17:59:28 BST 1998


At 20:53 27.7.1998 +0900, TAMURA Kent wrote:
>> 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.
>
How I can add com.ibm.xml.parser.GeneralReference (I suppose last word is
Reference not Entity) instance to the tree? Should I use
com.ibm.xml.parser.ReferenceHandler? It would be nice to see detailed
instructions or sample code about this subject. 

Thanks for any answers.

Mika

>-- 
>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)
>
>
>


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