[Home] [By Thread] [By Date] [Recent Entries]
> <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
|

Cart



