XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] When did you vanish, o' CDATA section wrapper?

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 < and friends; most parsers will turn "
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]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS