RE: [xsl] xsl:when

Subject: RE: [xsl] xsl:when
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 20 Feb 2001 15:00:32 -0000
> Is it possible to do an OR statement in the xsl:when test expression?
> 
> eg <xsl:when test="text='a' OR 'b'"/>
> 
yes, the syntax is <xsl:when test="text='a' or text='b'"/>

Mike Kay 

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


Current Thread