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

Re: (newby) extraction of CDATA nodes to different XML

Subject: Re: (newby) extraction of CDATA nodes to different XML files
From: <dalloro@xxxxxxxxx>
Date: Fri, 1 Apr 2005 12:05:50 +0200
span xml
On Apr 1, 2005 11:18 AM, David Carlisle <davidc@xxxxxxxxx> wrote:
> 
>  The elements have the strange definition shown below:
>  <![CDATA[   .....snip.....   ]]>
> 
> That isn't an element, it's a CDATA section and is invisible to an XSLT
> processor. You just extract the data from the surrounding element in the
> usual way.

Ok, so I cannot parse anything inside that section...

> CDATA is just an authoring convenience, within the marked region < acts
> like &lt; and & acts like &amp; so if you have a large chunk of XML that
> you want to quote as data rather than as part of the XML tree, you can
> do
> 
> <x><![[CDATA[<p>zzz <span>dddd &nbsp; ...</span></p>]]></x>
> 
> but XSLT will see the same input as if you had gone
> 
> <x>&lt;p>zzz &lt;span>dddd &amp;nbsp; ...&lt;/span>&lt;/p></x>

Well.... I got confused now.... Do you mean that I won't be able to
obtain formally correct XML files without an additional non-XSL
transformation (necessary to remove the <![CDATA[ token) of the
XSL-transformated file.

Am I right?

Livio

> David
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________

Current Thread

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