[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 #5 from Jonathan Robie <jonathan.robie@gmail.com> ---
Can I make this error more specific? Does the following text cover this case? I
find it more readable:

It is an error to define a default namespace for an element  if the element's
name is in no namespace  <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 13:12:35 UTC