RE: [xsl] numbering

Subject: RE: [xsl] numbering
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Fri, 2 Feb 2001 19:05:12 -0000
> If I have variable A which value is '2' and variable B which value is
> '3', how can I compare them to see
> if the A is less than B, or I can use the "!=" only?

<xsl:if test="$A &lt; $B">

Mike Kay

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


Current Thread