xmlns and Namespaces in XML 1.1

The DOM Core module and the new Namespaces in XML draft are
inconsistent. The prefix xmlns is still not mapped in XML namespaces.


[[[
The prefix xmlns is used only for namespace bindings and is not itself
bound to any namespace name.
]]]

-- Namespaces in XML 1.1
http://www.w3.org/TR/2002/WD-xml-names11-20020403/#ns-using
Wed, 03 Apr 2002 12:42:37 GMT

[[[
Note: In the DOM, all namespace declaration attributes are by definition
bound to the namespace URI: "http://www.w3.org/2000/xmlns/". These are
the attributes whose namespace prefix or qualified name is "xmlns".
Although, at the time of writing, this is not part of the XML Namespaces
specification [XML Namespaces], it is planned to be incorporated in a
future revision.
]]]

-- Document Object Model Core
http://www.w3.org/TR/2002/WD-DOM-Level-3-Core-20020409/core.html#Namespaces-Considerations
Mon, 08 Apr 2002 17:36:13 GMT

Philippe

Received on Tuesday, 16 April 2002 09:12:55 UTC