[Bug 29210] [xslt30] xsl:apply-imports and xsl:next-match from within xsl:override

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

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
> it seems to make sense to have xsl:apply-imports apply to the imports scoped to the using package

The using package cannot define any template rules for the relevant mode
outside the xsl:override element itself. So if we adopt this rule, the eligible
set of template rules would always be empty. That doesn't necessarily make this
suggestion non-viable, since we allow xsl:apply-imports in other situations
where this is the case, e.g. in a module that doesn't import anything.

I think an error is probably the better option, but it has to be a dynamic
error given that the current template rule and current mode survive calls of
xsl:call-template.

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

Received on Monday, 19 October 2015 17:28:56 UTC