RE: dynamic call-template

Subject: RE: dynamic call-template
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 27 Jul 2000 23:15:58 +0100
> <xsl:template match="Tag">
> 	<xsl:param name="temp_name"/>
> 	<xsl:call-template name="{$temp_name}"/>
> </xsl:template>
> 
> This does not work. Is there a way to call templates dynamically?
	[MHK>]  Not within the standard. Saxon has an extension,
saxon:allow-avt="yes" on the <xsl:call-template> element would allow the
above.

	Mike Kay 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread