[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: DOM & Entities

  • From: "James Tauber" <jtauber@j...>
  • To: "XML-Dev Mailing list" <xml-dev@i...>
  • Date: Mon, 12 Apr 1999 23:22:15 +0800

xml entity haracters
> I'm curious as to how this is handled with entities such as those
> used in mathematical equations, or accented characters, or
> other special characters that aren't strictly 'plain text'?

Well strictly they *are* plain text. That's the whole point of XML
characters being Unicode characters. Accented Latin haracters, Japanese,
maths
symbols are just as much plain text as a capital A.

> I'm writing an XML processing application which reads in an
> XML document, performs some processing (based on another
> XML 'rules' document) and then produces a final XML document.
> Ideally I'd like the entities retained from start to finish, so
> that I can be sure that they survive the transformation unchanged.
> But I'm unclear how I can ensure this? Will I have to wrap all
> entity references in CDATA sections before parsing?

A CDATA wrapper wouldn't work because *after* your processing they'd still
be in a CDATA section or would be things like &amp;eacute;

If you absolutely want to have entity references at the end of the day, your
safest bet would be to post process the character data and replace any
characters you don't want literally with an equivalent. Character references
might be an even better solution and certainly this would make the post
processing easier. Just run over the text replacing (say) any character >
128 with &#...;

James
--
James Tauber / jtauber@j... / www.jtauber.com
XML Standards and Product Coordinator
HarvestRoad Communications / www.harvestroad.com.au

Full-day XML Tutorial @ WWW8 : http://www8.org/

Maintainer of : www.xmlinfo.com,  www.xmlsoftware.com and www.schema.net



xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
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@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.