xsl-list
[Top] [All Lists]

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

2015-06-14 14:15:12
xsl:original can only be used within xsl:override, and, if I
understand correctly, and implicit or unnamed package cannot be
imported.
--
Max Toro


On Fri, Jul 26, 2013 at 4:37 AM, Michael Kay <mike(_at_)saxonica(_dot_)com> 
wrote:
The packaging facilities in XSLT 3.0 introduce this capability:

Within an overriding named template, <xsl:call-template name="xsl:original"/> 
may be used to call the overridden named template.

It's not possible in XSLT 2.0.

Michael Kay
Saxonica


On 25 Jul 2013, at 23:49, Max Toro wrote:

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







--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>