RE: [xsl] Dynamic xsl:value-of

Subject: RE: [xsl] Dynamic xsl:value-of
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Fri, 26 Apr 2002 15:41:55 +0100
>    <xsl:value-of
> select="/db2000/http/param[@name='type{position()}]/@value/>
> </xsl:template>
> 
> The problem is that the syntax don't work :)
> 
> Any ideas on how I can construct the xpath expression dynamically?
> 
select="/db2000/http/param[@name=concat('type', position())]/@value"

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


Current Thread