[Bug 28931] [xslt 3.0] apply-templates across packages

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

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
In preparing a resolution to this bug, I found that there were problems with
the text of 3.5.3.1 on resolving symbolic references. Section 3.5.3 has a
paragraph starting 

For example, suppose that in some package P, function A calls B, which in turn
calls C, and that B is private. Now suppose that in some package Q which uses
P, C is overridden. 

that correctly explains what happens when a private component refers to a
public component, and the public component is overridden. But 3.5.3.1 does not
reflect this logic; it suggests wrongly that references from a private
component are fixed and immutable. I have therefore posted a proposed rewrite
of section 3.5.3.1.

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

Received on Monday, 3 August 2015 10:19:16 UTC