RE: xslt numeric comparisons

Subject: RE: xslt numeric comparisons
From: Ytai Ben-Tsvi <YtaiBT@xxxxxxxx>
Date: Tue, 17 Oct 2000 13:11:17 +0200
you should write:

<xsl:when test="($start - $size) &lt; $size">

in general, replace all < that aren't tag specifiers with &lt; and all >
with &gt;


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


Current Thread