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