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

Es ist eine gebräuchliche Vorgehensweise, alle namespaces im Root-Element zu notieren.


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