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

The attributes do not belong to any namespace even if a default namespace is defined for the relevant element.


     <aaa xmlns = "http://zvon.org/lowercase" xmlns:upper = "http://zvon.org/uppercase"
          xmlns:xnumber = "http://zvon.org/xnumber" >

          <bbb zz = "11" >
               <ccc WW = "22" xmlns = "http://zvon.org/uppercase" />
          </bbb>
          <upper:BBB sss = "***" xnumber:S111 = "???" />
          <xnumber:x111 />
     </aaa>