xsl-list
[Top] [All Lists]

Extract string from CDATA value

2004-11-30 03:13:04
Hi,

how can i extract "test" from <value><![CDATA[test]]></value>?

The problem is that i don't know how many <value><![CDATA[test]]></value> there 
will be, so i can't use variables.
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" 
/>">.

Thanks and best regards
Sven

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>