[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

dynamic call-template


Subject: dynamic call-template
From: "xsl list" <xsl_list@xxxxxxxxxxx>
Date: Thu, 27 Jul 2000 09:50:04 EDT

<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?
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


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




Current Thread