[Bug 4443] [XQuery] Unspecified how unprefixed attributes with namespace URIs are to be treated

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





------- Comment #6 from mike@saxonica.com  2007-04-23 13:29 -------
The nearest equivalent in XSLT is

<xsl:attribute name="space" namespace="http://www.w3.org/XML/1998/namespace"/>

In that situation the system is required to invent a prefix, and the
constraints on namespace fixup mean there is only one prefix it can validly
invent...

Received on Monday, 23 April 2007 13:29:36 UTC