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

Attribute gehören selbst dann nicht zu einem namespace, wenn ein Standard-namespace für das entsprechende Element definiert ist.


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