RE: Using xsl:choose...

Subject: RE: Using xsl:choose...
From: "Eliot, Topher" <Christopher_Eliot@xxxxxxxxxxxxx>
Date: Wed, 18 Oct 2000 09:18:41 -0600
Don't use "&&", use "and".  Other than that, you're fine.

> -----Original Message-----
> From: Tomas Aspelin (SIX) [mailto:tomas.aspelin@xxxxxx]
> Sent: Wednesday, October 18, 2000 4:34 PM
> To: Xsl-Listan
> Subject: Using xsl:choose...
> 
> 
> Hi everyone
> 
> Can i use the <xsl:when test="expression"> for multiple expressions 
> like this one? If not, how can i do it?
> 
> <xsl:choose>
> <xsl:when test="exression_1" && "expression_2">
> <!-- If both expression_1 and expression_2 is true I end up 
> here... -->
> </xsl_when>
> </xsl:choose>
> 
> Thanx
> 
> Tomas
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 


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


Current Thread