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

Re: When did you vanish, o' CDATA section wrapper?

  • From: Liam R E Quin <liam@w3.org>
  • To: "Costello, Roger L." <costello@mitre.org>
  • Date: Tue, 21 Aug 2012 14:05:14 -0400

Re:  When did you vanish
On Tue, 2012-08-21 at 17:13 +0000, Costello, Roger L. wrote:

> The XML parser ingests the document and builds a DOM tree, right?

Depends on the parser - most do not use the W3C Document Object Model
for their data structure, but e.g. just report events, or build a much
more lightweight tree.

> So the CDATA section wrapper is still in the DOM tree, right?

Not usually. The CDATA section (as David Lee said) is just an
alternative to using &lt; and friends; most parsers will turn &quot;
into " in the stream without necessarily reporting anything.

If you want to get CDATA out with XSLT (or XQuery 3) you can do that for
a specific element using serialization options.

CDATA sections are pretty ugly (!) and also tend to be vectors for CDATA
injection attacks, so in most cases they're best avoided.

Liam

-- 
Liam Quin - XML Activity Lead, W3C, http://www.w3.org/People/Quin/
Pictures from old books: http://fromoldbooks.org/
Ankh: irc.sorcery.net irc.gnome.org freenode/#xml



[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.