(unknown)2003-04-05 11:57:42
Hai,
I have a case where I need to call a template amongst a set of templates,
but the option is made dyamically.
So I pass it through a variable.The code is as follows,
<xsl:variable name = "test" select="testValue"/>
<xsl:call-template name="$test"/>
It does not work,could someone suggest a feasiable way.
Thanks
Vikram
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|
||||||||||||||||