[xsl] accessing node[$position]

Subject: [xsl] accessing node[$position]
From: spiders frommars <arachni42@xxxxxxxxx>
Date: Mon, 3 Jun 2002 14:54:47 -0700 (PDT)
In trying to reorder a set of nodes, I've run into a
problem with doing this:

<xsl:variable name="this_page"
select="descendant::page[$the_position]"/>
or
<xsl:value-of
select="descendant::page[$the_position]"/>

($the_position is a parameter that's passed in.)
Xselerator seems to have a problem with anything
involving something like node[$param_or_variable],
saying that the variable cannot be resolved (even
though value-of works just fine). I want to use a
param so I can jump around as necessary.
I've been searching for information on this for the
past couple days, and haven't had much luck (unless
I'm missing something, which is quite possible). Do
params/variables not work in this context? Is there a
workaround?
Thanks,
Jennifer


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread