Subject: Re: <xsl:number> in XPath
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 9 Dec 2004 14:31:16 GMT
|
Something like
select="//menu[absoluteposition()=$pos]
(//menu)[position()=$pos]
or if $pos is a number (rather than just a string that looks like a
number)
(//menu)[$pos]
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
________________________________________________________________________
|