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

RE: Extract string from CDATA value

Subject: RE: Extract string from CDATA value
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 30 Nov 2004 10:27:37 -0000
extract cdata
> how can i extract "test" from <value><![CDATA[test]]></value>?

In exactly the same way as from <value>test</value>. The CDATA makes no
difference, it's just wasted bandwidth.
 
> The problem is that i don't know how many 
> <value><![CDATA[test]]></value> there will be, so i can't use 
> variables.

A curious statement. You don't need variables, but the fact that you have
multiple occurrences is no obstacle to using variables. A variable can hold
a node-set.


> I know that <xsl:value-of select="value" /> works, but i need 
> the result of extraction in my comparison with another
> attribute and you can't say: <xsl:if test="@id = 
> <xsl:value-of select="value" />">.
> 

Sometimes people make things far more difficult than they are.

<xsl:if test="@id = value">

will test if the @id attribute of the current element is equal to the
content of any <value> element child of the current element.

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.