RE: [xsl] Sintaxis of ROW[(@id >= 1) and (@id <= 10)]

Subject: RE: [xsl] Sintaxis of ROW[(@id >= 1) and (@id <= 10)]
From: "Jaime A Stuardo Bahamondes" <jstuardo@xxxxxxxxxxx>
Date: Wed, 12 Nov 2003 13:59:28 -0400
but the problem isn't on id, since the sentence I wrote in the post works. The problem arises when the numbers 1 and 10 come from nodes. I tried for example:

ROW[(@id &gt;= number(../paging/window)) and (@id &lt;= (number(../paging/window) + 9))]

if ../paging/window is 1, it should work, but it doesn't

Jaime


> -----Mensaje original-----
> De: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]En nombre de Emmanuil
> Batsis (Manos)
> Enviado el: Miércoles, 12 de Noviembre de 2003 12:39
> Para: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Asunto: Re: [xsl] Sintaxis of ROW[(@id &gt;= 1) and (@id &lt;= 10)]
> 
> 
> Try using the number() function on @id to compare it...
> 
> Jaime A Stuardo Bahamondes wrote:
> 
> > Hi...
> > 
> > If in this sentence:
> > 
> > ROW[(@id &gt;= 1) and (@id &lt;= 10)]
> > 
> > The numbers 1 and 10 are nodes of the XML tree. How's the 
> syntax? I tried using general syntax (../paging/number) but 
> it didn't work. I also tried using parent::paging/number, but 
> it didn't work either.
> > 
> > Thanks
> > Jaime
> > 
> >  XSL-List info and archive:  
> http://www.mulberrytech.com/xsl/xsl-list
> > 
> > 
> 
> -- 
> Manos Batsis
> 
>      _  __    __                    __
>     / |/ /__ / /____ __ _ ___ _____/ /_
>    /    / -_) __(_-</  ' Y _ `/ __/ __/
>   /_/|_/\__/\__/___/_/_/_|_,_/_/  \__/
> 
> () ASCII ribbon campaign - against HTML email
> /\                       - against Microsoft attachments
> 
> http://www.netsmart.gr
> mbatsis at netsmart dot gr
> (+30) 210 33 02 608
> (+30) 210 33 02 658
> http://forte.netsmart.gr/foaf/manos_foaf.rdf
> 
> 
> 
> 
>  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