I need to call a set of templates based on a variable name, is there a mechanism in Xalan to work around this limitation ??

i.e.
<xsl:variable name="t">myTemplate</xsl:variable>
<xsl:call-template name="$t" />


Thanks John G



Reply via email to