> Is it somehow possible to call-template ALL templates, no matter what mode they have set?
Are you sure you want use "call-template"? I have done a lot of XSLT and have only ever used call-template when calling a specific template, so your request sounds a little strange. Have you tried using "apply-templates"? > So that you could call them for example with something like <xsl:call-template name="plugin_*"/> Wilcards are definitely not permitted, and the sample you've provided will not only not work, but it will throw an error. (The W3C spec stipulates the name value must be a QName, or qualified name, which restricts you to a limited set of charcters.) woric ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
