Re: [xsl] how to test a condtion in XSL file ??

Subject: Re: [xsl] how to test a condtion in XSL file ??
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 9 Feb 2001 18:02:49 GMT

<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


Current Thread