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]

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

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