Re: [xsl] Is there an or function in XSL-T?

Subject: Re: [xsl] Is there an or function in XSL-T?
From: "J.Pietschmann" <j3322ptm@xxxxxxxx>
Date: Wed, 27 Mar 2002 23:12:20 +0100
Ralph Holz wrote:
I didn't find an "or" function specified in XSL-T, though there's a not().
There is an "or" operator.
Try
 <xsl:if test="@res='value1' or @res='value2'">
 ...


J.Pietschmann



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



Current Thread