xsl-list
[Top] [All Lists]

Comparing CDATA value and attribute

2004-11-24 01:47:24
Good morning,

i got it.

You have to look "inside" the value, because of the xml file 
<value><![CDATA[1]]></value>

I solved it this way:

<xsl:if test="contains(parameter/value,@id)">
..

It's not a real comparison, but it works for me.

Thanks all,

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>