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

De attributen behoren tot geen enkele namespace zelfs al is er een standaard namespace gedefineerd voor het element waarop het van toepassing is.


     <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>