This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: xslt numeric comparisons


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@wmute.u-net.com>
To: <xsl-list@mulberrytech.com>
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@informatik.hu-berlin.de>
> To: <xsl-list@mulberrytech.com>
> 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@informatik.hu-berlin.de             |
> |  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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]