Re: [xsl] numbering

Subject: Re: [xsl] numbering
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 2 Feb 2001 19:23:21 +0100 (MET)
> 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"> ... </xsl:if>

Oliver

/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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


Current Thread
  • [xsl] numbering
    • YueMa - Fri, 02 Feb 2001 13:13:45 -0500
      • <Possible follow-ups>
      • Oliver Becker - Fri, 2 Feb 2001 19:23:21 +0100 (MET) <=
      • YueMa - Fri, 02 Feb 2001 13:29:52 -0500
      • Edmund Mitchell - Fri, 2 Feb 2001 10:45:37 -0800
        • YueMa - Fri, 02 Feb 2001 14:06:20 -0500