Re: [xsl] contains with value-of

Subject: Re: [xsl] contains with value-of
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Mon, 14 Oct 2002 23:33:43 +0200
Jakob Rasmussen wrote:
I want to test if "hasChildren" is contained within (or equal to) the value
of the attribute "TYPE" in a node, so I've tried to use this:

<xsl:when test="contains(value-of select='@TYPE','hasChildren')">

but it doesn't work, so what to do?

Try <xsl:when test="contains(@TYPE,'hasChildren')">

The whole value of the test attribute is an XPath expression.

J.Pietschmann


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread