This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Multiple expressions in xsl:if



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]