Re: [xsl] Dynamic xsl:value-of

Subject: Re: [xsl] Dynamic xsl:value-of
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Fri, 26 Apr 2002 12:55:05 +0100
>    <xsl:value-of
> select="/db2000/http/param[@name='type{position()}]/@value/>
> </xsl:template>

u are trying to use xsl shorthand curly brackets {} within a select
attribute ???? which is an xpath statement....you are mixing up where to use
them.. ( eg. <a href="{$myvar}"></a> is a good example of using xslt
shorthand for attribute vals ).

another thing; is that u are trying to create a dynamic xpath statement,
which u cant do .....though i suspect small changes to your xml would
facilitate what u want todo.

cheers, jim fuller



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


Current Thread