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

Re: Tradeoffs of XML encoding by enclosing all contentin CDATA

  • From: Manos Batsis <manos_lists@g...>
  • To: "Karr, David" <david.karr@w...>, XML Developers List <xml-dev@l...>
  • Date: Mon, 29 Sep 2008 18:25:17 +0300

Re:  Tradeoffs of XML encoding by enclosing all contentin CDATA
Karr, David wrote:
> I pointed out to a client that they're seeing failures parsing XML 
> because some of the element content that they're producing contains 
> characters illegal in XML content, like "&" (unencoded).  They 
> acknowledged that should be fixed, but they also said they could instead 
> enclose all content with CDATA blocks.  That seems bizarre to me, but 
> I'm not sure I can immediately come up with all the cogent arguments 
> against that.  Can someone summarize specifically why you should NOT do 
> that?

One thing that comes in mind is that switching to CDATA may break some 
existing code.

For example, although XPath exposes only one text node as the content of 
the following element:

<foo> text 1 <![CDATA[ text 2]]> text 3</foo>

AFAIK DOM will expose the children of <foo> as at least three nodes 
(text node text 1 , CDATA section text 2, text node text 3). Code using 
text normalization will also not work (not sure about DOM2+).

Should be easier and safer to just add some code to escape three 
characters to their entity equivalents.

hth,

Manos




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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.