xsl-list
[Top] [All Lists]

Re: [xsl] Equal rights for xsl:next-match & co

2013-05-17 13:28:58
xsl:next-match returns the next template in match priority order, so
changing the mode doesn't really make sense there.  If you need to do
that, just do <xsl:apply-templates select="." mode=" the other mode"/>


It's not about changing to some other mode. It's about whether
<xsl:next-match> should respect the modality of the  "calling
template" when looking for a matching template rule.

It does doesn't it?   I'm not in a position to check at the moment,
maybe you could post a small complete runnable example.

-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--