RE: [xsl] Conditional [AND] [OR] testing.

Subject: RE: [xsl] Conditional [AND] [OR] testing.
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 21 Feb 2001 19:57:19 -0000
> I'm probably missing the obvious, but...
> 
> I'm just looking for quick syntax on how to do an <xsl:if> or 
> <xsl:when>
> test for A or B, or A and B.

<xsl:if test="a=3 or (b=4 and c=5)">

Note, it's "=" not "==".

Mike Kay
> 
> 

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


Current Thread