RE: [xsl] multiple conditions in a conditional

Subject: RE: [xsl] multiple conditions in a conditional
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 9 Mar 2001 10:40:46 -0000
I can't believe how often this question is asked. Is it really that hard to
find the answer in any of the specs, reference books, or tutorials?

The XPath and operator is called "and".

> <xsl:when test="condition 1 is false AND condition 2 is false
> AND condition
> 3 is false">

test="not(condition1 or condition2 or condition3)"

Mike Kay
Software AG


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


Current Thread