This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Dynamic xsl:value-of


>    <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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]