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

Namespace-Zugehörigkeiten müssen nicht explizit durch Präfixe gekennzeichnet werden. Das Attribut "xmlns" definiert den Standard-namespace, der für das das Element gilt, in dem er notiert wird, sowie für alle seine Kinder und Nachfahren.


     <aaa >
          <bbb xmlns = "http://zvon.org/lowercase" >
               <ccc />
          </bbb>
          <BBB xmlns = "http://zvon.org/uppercase" >
               <CCC />
          </BBB>
          <x111 xmlns = "http://zvon.org/xnumber" >
               <x222 />
          </x111>
     </aaa>