This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 28805 - [XSLT 3.0] In-scope schema components vary by package
Summary: [XSLT 3.0] In-scope schema components vary by package
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 (show other bugs)
Version: Last Call drafts
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-13 15:28 UTC by Michael Kay
Modified: 2015-07-09 22:38 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2015-06-13 15:28:45 UTC
Section 2.9 says:

[Definition: The schema components that may be referenced by name in a stylesheet are referred to as the in-scope schema components. This set is the same throughout all the modules of a stylesheet.]

The second sentence is no longer true. The set of in-scope schema components can vary from one package to another.
Comment 1 Michael Kay 2015-06-25 16:23:59 UTC
Proposed new definition:

[Definition: The schema components that may be referenced by name in a package are referred to as the in-scope schema components. This set is the same throughout all the modules of a package.]

Note: The set of in-scope schema components may vary from one package to another, but as described in [3.15], the schema components used in different packages must be consistent.
Comment 2 Michael Kay 2015-07-09 15:20:08 UTC
The proposal was accepted at the telcon on 2015-07-02.
Comment 3 Michael Kay 2015-07-09 22:38:17 UTC
The change has been applied.