[Bug 8873] [XQuery 1.1] Scope of static context components is inconsistently defined

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8873


Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@saxonica.com
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #4 from Michael Kay <mike@saxonica.com>  2010-03-23 13:06:18 ---
The concept of "global" scope seems a bit unnecessary: the only component
defined with global scope is XPath 1.0 compatibility mode, which has a fixed
value of "false", and it could therefore have that fixed value at module scope
without any detrimental effects. In fact, we really don't want anything in the
static context to have global scope, since it will invariably get in the way of
separate compilation of modules. So I would recommend getting rid of it.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 23 March 2010 13:06:20 UTC