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: conditionals and xsl:choose


<xsl:when test="$attr.name='fileref' or $attr.name='url' and
$something='anotherthing'">
         whatever...
</xsl:when>


----- Original Message -----
From: "Alex Reuter (by way of Mulberry Technologies List Owner)"
<areuter@monsterdaata.com>
To: "xsl-list" <xsl-list@lists.mulberrytech.com>
Sent: Thursday, March 08, 2001 12:42 PM
Subject: [xsl] conditionals and xsl:choose


> Hello list,
>
> I was wondering if anyone knew whether there was a way to test multiple
> conditions,
> for example
> <xsl:when test="condition 1 is false AND condition 2 is false AND
condition
> 3 is false">
> DO SOME STUFF
> <xsl:otherwise>
> DO OTHER STUFF
>
>
>
> Thanks,
> Alex Reuter
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 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]