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]

dynamic mode


Can I apply templates with dynamic mode? I have multiple templates that 
handle <tag> and I would like to choose witch template to invoke by 
supplying mode from the command line. This does not work:
<xsl:param name="m" select="'mode_1'"/>
<xsl:apply-templates select="tag" mode="{$m}"/>
<xsl:template match="tag" mode="mode_1">
...
</xsl:template>
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.


 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]