xsl-list
[Top] [All Lists]

Comparing of attribute and CDATA value

2004-11-23 09:09:48
Hi,

i tried to compare one CDATA value with an attribute, but i doesn't work.

Does anybody know something about it?

Best regards
Sven


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

xml:
-------------------
<parameter>
        <value><![CDATA[1]]></value>
</parameter>

<itable id="1">
..
</itable>

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