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 conditions in a conditional


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


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