xslt numeric comparisons

Subject: xslt numeric comparisons
From: "Ian Sparks" <isparks@xxxxxxxxxxxxxxx>
Date: Tue, 17 Oct 2000 14:03:35 +0100
Thanks, that works for me.

Its kind of confusing that > is valid but < isn't but just so long as it
works I'm happy. Thanks!

- Ian.

----- Original Message -----
From: "Oliver Becker" <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Tuesday, October 17, 2000 11:57 AM
Subject: RE: xslt numeric comparisons


> >         <xsl:when test="($start - $size) >= $size">Previous</xsl:when>
>
> because an XSLT stylesheet is an XML document, the ">" character must be
> escaped as "&gt;".

"<" is the more "dangerous" character ;-)
It has to be written within attribute values as "&lt;".
">" should be allowed.

Cheers,
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




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


Current Thread