[Bug 12738] [XQuery30] Namespace constructor: error for zero-length URI

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

Jonathan Robie <jonathan.robie@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Jonathan Robie <jonathan.robie@gmail.com> 2011-07-12 17:07:50 UTC ---
In today's telcon, we agreed to add the requested error.

In addition, we decided that URIExpr in the following production should be
required:

[153]    CompNamespaceConstructor    ::=    "namespace" (Prefix | ("{"
PrefixExpr "}")) "{" URIExpr? "}"

=>

CompNamespaceConstructor    ::=    "namespace" (Prefix | ("{" PrefixExpr
"}")) "{" URIExpr "}"


We will revisit this in future versions of XQuery, to allow namespace
undeclarations.

-- 
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, 12 July 2011 17:07:52 UTC