This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: dynamic call-template


> <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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]