RE: xslt numeric comparisons

Subject: RE: xslt numeric comparisons
From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 17 Oct 2000 12:57:39 +0200 (MET DST)
> >         <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


Current Thread