Subject: RE: Sintaxis of ROW[(@id >= 1) and (@id <= 10)]
From: "Jaime A Stuardo Bahamondes" <jstuardo@xxxxxxxxxxx>
Date: Wed, 12 Nov 2003 14:11:46 -0400
|
That's the strange thing, because if I write:
<xsl:value-of select="../paging/window" />
it writes 1 correctly. I have tried parent:: too.
Jaime
> -----Mensaje original-----
> De: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]En nombre de David
> Carlisle
> Enviado el: Miércoles, 12 de Noviembre de 2003 12:56
> Para: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Asunto: Re: Sintaxis of ROW[(@id >= 1) and (@id <= 10)]
>
>
>
> > The numbers 1 and 10 are nodes of the XML tree. How's the syntax?
>
> It depends where in the tree they are, you didn't tell us.
> (../paging/number)
> That would select a nephew (or child, if you are paging) called number
> parent::paging/number
> That would select a sibling called number if your parent is called
> paging.
>
> these are both legal XPaths but select very different things.
> presumably neither of them are the correct path for your tree,
> but unless you show the tree what help can we give?
>
> David
>
> --
> http://www.dcarlisle.demon.co.uk/matthew
>
> ______________________________________________________________
> __________
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ______________________________________________________________
> __________
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|