Come to think of it, one of the ways that "XML Namespaces" seems
most odd to me is that it doesn't even do this. That is, there are
no semantics whatever associated with the "namespace": no formal
way in which they identify a set of bindings between names and
whatever it is that they denote. (That's wanting a "namespace"
to be a "context", yes.)
> 2. A mechanism to associate XML elements with URI's is added.
>
> It seems to me that not much attention has been paid to the things that can
> usefully be done with that second function. After all, there is no role
> specified for the Namespace URI.
Exactly. This means that there will be no standard way to make use
of the bindings (between element/attribute names and "meaning") that
are necessary. Everything is allowed ... there's not even a useful
way to compare the namespaces, given mechanisms like HTTP redirects
which can turn one URI into another.
- Dave