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: Using xsl:choose...



> <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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]