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

Subject: Re: [xsl] Sintaxis of ROW[(@id >= 1) and (@id <= 10)]
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 12 Nov 2003 16:55:58 GMT
> 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


Current Thread