[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 #7 from Jonathan Robie <jonathan.robie@gmail.com> ---
How about this:

If the name of an element in a computed 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>

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

Received on Monday, 17 June 2013 19:37:36 UTC