RE: Marking up a simple "and" condition in Boolean operations

Subject: RE: Marking up a simple "and" condition in Boolean operations
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 20 Jul 2000 09:04:14 +0100
> How do I mark up a simple *and*?
> 
>     <xsl:when test="Image"> <!-- I need an "and
>                                  NegNumber" test here -->

<xsl:when test="Image and NegNumber">

Mike Kay 


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


Current Thread