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

È pratica comune dichiarare tutti i namespaces all'interno dell'elemento radice (o root).


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

          <lower:bbb >
               <lower:ccc />
          </lower:bbb>
          <upper:BBB >
               <upper:CCC />
          </upper:BBB>
          <xnumber:x111 >
               <xnumber:x222 />
          </xnumber:x111>
     </lower:aaa>