R
R.Georges
Hello,
I'm a little confused with namespaces and non qualified name :
If I write
<a xmlns="http://www.blabla.com">
<b/>
</a>
I should consider 'a' inside the 'http://www.blabla.com' namespace. Do I consider
too 'b' as a part of this namespace as their no default namespace ?
If yes what the interest of the xmlns attribute ?
Other point :
<a xmlns="http://www.blabla.com" xmlns="http://www.blibli.com">
<b/>
</a>
Do I consider 'a' and 'b' on the "http://www.blibli.com" namespace ?
If yes, what happened when writing :
<p:a xmlns="http://www.blabla.com" xmlns="http://www.blibli.com">
<b/>
</p:a>
Do I consider 'b' on the http://www.blibli.com namespace or http://www.blabla.com ?
Thanks in advances,
G.
I'm a little confused with namespaces and non qualified name :
If I write
<a xmlns="http://www.blabla.com">
<b/>
</a>
I should consider 'a' inside the 'http://www.blabla.com' namespace. Do I consider
too 'b' as a part of this namespace as their no default namespace ?
If yes what the interest of the xmlns attribute ?
Other point :
<a xmlns="http://www.blabla.com" xmlns="http://www.blibli.com">
<b/>
</a>
Do I consider 'a' and 'b' on the "http://www.blibli.com" namespace ?
If yes, what happened when writing :
<p:a xmlns="http://www.blabla.com" xmlns="http://www.blibli.com">
<b/>
</p:a>
Do I consider 'b' on the http://www.blibli.com namespace or http://www.blabla.com ?
Thanks in advances,
G.