Re: Multiple expressions in xsl:if

Subject: Re: Multiple expressions in xsl:if
From: David_Marston@xxxxxxxxx
Date: Tue, 4 Apr 2000 14:38:11 -0400
Anis Chowdhury wrote:
> <xsl:if test="($a &gt; 5) | ($b &gt; 0) | ($c lt; 5)">
> I get an XSLT parser error for the above mentioned Stylesheet codes.

You need to use 'or' instead of '|' in that expression.
.................David Marston


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


Current Thread