You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Robert Englander <ro...@mindstrm.com> on 2001/07/22 19:35:32 UTC

XML namespace question

I have a quick XML namespace question:

Does a sub element of a namespace qualified element inherit
the namespace from its parent?

e.g.

<X:parent xmlns:X="MyNamespace">
   <child>data</child>
</X:parent>

Is element child considered to be implicitly qualified by
namespace X(MyNamespace)?  or is it considered to have
no namespace qualification?

Thanks in advance.