[xsl] xsl:next-match for named templates ?

Subject: [xsl] xsl:next-match for named templates ?
From: Max Toro <maxtoroq@xxxxxxxxx>
Date: Thu, 25 Jul 2013 18:49:53 -0400
Should XSLT have something like xsl:next-match for named templates? To
call a template with the same name but lower precedence. You can work
around it, creating a temporary node and calling xsl:apply-templates
on it. But templates are not always used to map a tree to another
tree. Sometimes you want to create trees from nothing, or using
parameters or global variables.
--
Max Toro

Current Thread