[Home] [By Thread] [By Date] [Recent Entries]
Is there a way to set the value of the attribute fro ma variable ?
for example: <xsl:variable name="var" select="@name" /> <xsl:apply-template select="someTag[@attr='$var'] /> I am trying it and it's not working. When I remove the variable $var and specify a value, it works fine. I tried using {$var}. Nothing worked. Any ideas ?
|

Cart



