Is it possible to use a variables inside xsl:key instruction?

Joymmes

New Member
Relating to this question, is it possible to use variables inside xsl:key? I want to do smth like this:\[code\]<xsl:key name="ChargesKey" match="$ChargesForDisplay/charge" use="Name"/>\[/code\]I'm using XSLT 1.0 with ASP.Net
 
Back
Top