[Bug 5083] [XQuery] Namespace declaration attributes in direct element constructors

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





------- Comment #2 from tim@cbcl.co.uk  2007-10-08 14:24 -------
For what it's worth, we interpretted this as:

Namespace ::= 
  ('"' (PredefinedEntityRef | CharRef | EscapeQuot | '{{' | '}}' | [^{}"&])*
'"')
| ("'" (PredefinedEntityRef | CharRef | EscapeApos | '{{' | '}}' | [^{}'&])*
"'")

and found the specification to be unhelpful here too.

Received on Monday, 8 October 2007 14:24:35 UTC