intercepting internal entities?

Chris Lilley chris at w3.org
Sun May 2 01:40:17 BST 1999



"DuCharme, Robert" wrote:
> 
> Here's my problem: let's say I have a document with ä in it
> somewhere and auml properly declared as an internal entity in the DTD
> along with the other 589 internal entities shown at
> http://www.oasis-open.org/cover/xml-ISOents.txt. My application will
> write to one file headed for a Windows app (in which case I want the
> ä mapped to byte 228), a Mac document (where I want it mapped to
> byte 138) a DOS one (byte 132), a web page ("ä") and a Bloomberg
> terminal ("a").

You appear to be mixing up bytes and characters.

> In SGML, we would declare auml as an SDATA entity and the conversion
> tools would let me trap the internal entity event and map it
> appropriately depending on the output format. Using Java and SAX, I
> don't see any equivalent event to trap. 

Right. For the reasons that you mention. Instead, try using the same
Unicode character throughout and letting the client map to whatever
internal character set it may prefer, if it needs to.

--
Chris



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/ and on CD-ROM/ISBN 981-02-3594-1
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