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: Conditional [AND] [OR] testing.


> 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


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