[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 #5 from Michael Kay <mike@saxonica.com> ---
In relation to (B) I noticed another place where we make the same error.

ยง3.5.4, list item 1, says:

Rules declared within P (specifically, xsl:template rules declared as children
of the xsl:override element within the xsl:use-package element that references
package Q). If there are multiple rules declared within P that match a selected
node, the last one in declaration order wins.

It should say:

Rules declared within P (specifically, xsl:template rules declared as children
of an xsl:override element within the xsl:use-package element that references
package Q). If there are multiple rules declared within P that match a selected
node, they are resolved on the basis of their explicit or implicit priority,
and if the priorities are equal, the last one in declaration order wins.

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

Received on Sunday, 25 October 2015 13:21:10 UTC