I just read the part of the XSL specification about modi on templates but I have a probably quite stupid question: Is it somehow possible to call-template ALL templates, no matter what mode they have set?
Or as an alternative: Is it somehow possible to use wildcards in a call-template call?
For example if you have variable templates you want to get called:
--------------------------------------------------
<xsl:template name="plugin_test1" priority="1">
hello
</xsl:template>
--------------------------------------------------and
--------------------------------------------------
<xsl:template name="plugin_test2" priority="2">
world
</xsl:template>
--------------------------------------------------So that you could call them for example with something like
-------------------------------------------------- <xsl:call-template name="plugin_*"/> --------------------------------------------------
I'm sorry, if this is really a stupid question, but it's not my day :-)
MfG, Horst Gutmann ****************************************************** The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
