>> English << | česky | Español | Türkçe | Português | Nederlands | Français | Deutsch | По-русски | Italiano | 中文 | ქართული | Magyar | PolskiZVON > Tutorials > Namespace Tutorial
>> Example 6 << | Prev | Next | Contents

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>