RE: xslt numeric comparisons

Subject: RE: xslt numeric comparisons
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Tue, 17 Oct 2000 10:44:19 +0100
>         <xsl:when test="($start - $size) >= $size">Previous</xsl:when>

because an XSLT stylesheet is an XML document, the ">" character must be
escaped as "&gt;".

Mike Kay 


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


Current Thread