Re: [xsl] use of '>' and '<' in test

Subject: Re: [xsl] use of '>' and '<' in test
From: "Serdar Kilic" <serdar@xxxxxxxxxx>
Date: Thu, 12 Apr 2001 12:10:27 +1000
Wouldn't you need to use &lt; or &gt; instead ?
Cheers,
Serdar

----- Original Message -----
From: "Tim Watts" <timw@xxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, April 12, 2001 11:52 AM
Subject: [xsl] use of '>' and '<' in test


: Hi,
:
: Simple question.
: I am testing if one variable is less than another in a test statement (see
: code sample below), however in XMLspy it complains.
:
: I've seen other XSL use the same syntax, but wonder if there is another
way
: to structure the test so that XMLspy stays happy! ;-)
:
: Thanks in advance for your help,
:
: Tim
:
: <xsl:if test="$n < $quantity">
: <input type='radio' name="paymentsystem[{@id}]/priority" value='{$n}'
: onClick='addprority({position()}, {$n});' /> <xsl:value-of select="$n" />
: </xsl:if>
:
:
:  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
:
:


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


Current Thread