[Bug 14439] [XQuery 3.0] technical: is this a name clash?

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

--- Comment #3 from Jonathan Robie <jonathan.robie@gmail.com> 2011-10-13 01:42:36 UTC ---
(In reply to comment #2)

Hmmm, you're right, and this is particularly clear in the XQuery 3.0 text.

4.12.2 Multiple Modules with the same Module URI

Several different modules with the same Module URI can be used in the same
query. The names of public global variables and public functions must be unique
within the query as a whole: that is, if two modules with the same module URI
are used in the same query, the names of their global variables and functions
must not overlap.

If one module contains an "import module" declaration for the module URI M,
then all public global variables and public functions declared in participating
modules whose module URI is M must be accessible in the importing module,
regardless whether the participation of the imported module was directly due to
this "import module" declaration.

-- 
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 Thursday, 13 October 2011 01:42:41 UTC