Subject: RE: XML DOM Q: understanding namespace nodes
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 17 Dec 1999 10:21:05 -0000
|
> My interpretation of
> http://www.w3.org/TR/xpath#namespace-nodes is that
> every element that is a descendant of an element where a namespace is
> declared will contain an identical namespace node for that
> prefix/namespace combo that is in scope. They are kind of like attributes
that
> are inherited, and are separate from the namespace URI found in the
> expanded-name of the element.
>
Yes, you are correct (subject to minor details about namespaces being
redefined, etc). Of course, this is a conceptual model: the implementation
isn't required to implement the tree in this way.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|