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

命名空间无需用前缀来显式的声明, xmlns属性定义的命名空间可以作为该元素及其子元素和继承元素的默认命名空间.


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