Example 6 << >> | index |
While in the example 5 all elements belonged to the same namespace although they had different prefixes, in this case they belong to different namespaces although they have the same prefixes. |
<aaa > <lower:bbb xmlns:lower = "http://zvon.org/lowercase" > <lower:ccc /> </lower:bbb> <lower:BBB xmlns:lower = "http://zvon.org/uppercase" > <lower:CCC /> </lower:BBB> <lower:x111 xmlns:lower = "http://zvon.org/xnumber" > <lower:x222 /> </lower:x111> </aaa> |