[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: xslt numeric comparisons


Subject: Re: xslt numeric comparisons
From: "Benoit Cerrina" <benoit.cerrina@xxxxxxxxxxx>
Date: Wed, 18 Oct 2000 21:36:00 +0200

you can excape both, however it is easy to understand that it would make
parsing more complicated or downright imposible without it.
Benoit
----- Original Message -----
From: "Ian Sparks" <isparks@xxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Tuesday, October 17, 2000 3:03 PM
Subject: xslt numeric comparisons


> 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


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



Current Thread
Keywords