Re: Using xsl:choose...

Subject: Re: Using xsl:choose...
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 18 Oct 2000 11:52:28 GMT
> <xsl:when test="exression_1" && "expression_2">

why do people just assume C syntax when the language isn't C?

yes you can do that but the syntax for and is and not &&.

<xsl:when test="expression_1 and  expression_2">

eg

<xsl:when test="1=1 and 2=2">

David


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


Current Thread