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: how to test a condtion in XSL file ??




<xsl:choose>
<xsl:when test="SessionStartupTime &gt; 56 and PageTime &lt;= 50
               or TransactionTime = 78">
X
</xsl:when>
<xsl:otherwise>
Y
</xsl:otherwise>
</xsl:choose>

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]