[Bug 24308] Overriding templates can also be matching templates, but this case has no rules in the spec

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24308

--- Comment #1 from Abel Braaksma <abel.braaksma@xs4all.nl> ---
Related is also the case of:

<xsl:override>
   <xsl:template name="P" match="N" mode="#unnamed" />
</xsl:override>

or the equivalent without the mode attribute. The conflict here is that you are
overriding a template rule, but the unnamed mode is local to a package, hence
you are doing something illegal here. Imo, this too is a reason not to allow
mode and match attributes here.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 16 January 2014 14:12:52 UTC