[Bug 22032] [XQ30] Consistency between the node-name and namespaces of a constructed element

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

--- Comment #9 from Jonathan Robie <jonathan.robie@gmail.com> ---
(In reply to comment #8)
> Much better, but doesn't the rule apply equally to a direct element
> constructor?

Hmmmphhh, yes it does.

If the name of an element in an element constructor is in no namespace,
creating a default namespace for that element using a computed namespace
constructor is an error <errorref class="DY" code="0102"/>. For instance, the
following computed constructor raises an error because the element's name is
not in a namespace, but a default namespace is defined.

<eg role="parse-test">element e { namespace {''} {'u'} }</eg>
[reply] [-] Comment 8

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

Received on Monday, 17 June 2013 22:45:37 UTC