Example 8 << >> | index |
Even if default namespaces are used, namespaces for chosen elements can still be explicitly stated. |
<aaa xmlns:upper = "http://zvon.org/uppercase" xmlns:xnumber = "http://zvon.org/xnumber" > <bbb xmlns = "http://zvon.org/lowercase" > <ccc /> <upper:WWW /> <xnumber:x666 /> </bbb> <BBB xmlns = "http://zvon.org/uppercase" > <upper:WWW /> <xnumber:x666 /> <CCC /> </BBB> <x111 xmlns = "http://zvon.org/xnumber" > <x222 /> <upper:WWW /> <xnumber:x666 /> </x111> </aaa> |