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

Gli attributi non appartengono ad alcun namespace anche se per l'elemento considerato si specifica un namespace predefinito.


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