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

RE: manipulating string

Subject: RE: manipulating string
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 16 Sep 2005 22:52:42 +0100
RE:  manipulating string
> I have an XML which looks like this:
> 
> <item id="6902" sort="0">
> 	<name>Industrial Stripe Shirt</name>
> 	<description><![CDATA[
> 		<ul><li> TouchTex</li>
> 		<li> Convertible</li>
> 		<li> Pockets <br/>with pencil</li></ul>]]>
> 	</description>
> </item>
> 
> Notice that description is CDATA and has some html
> tags. 

Sigh. The CDATA section doesn't contain html tags. The purpose of CDATA is
to say "this stuff might look like markup, but it isn't to be treated as
such". If you want it treated as markup, don't put it in CDATA.

What you have to do is to extract the text from the CDATA section and parse
it as XML. Saxon has an extension function saxon:parse() to achieve that
(because lots of people do this, hence the sigh).

Michael Kay
http://www.saxonica.com/

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.