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

The namespace declaration is restricted to the scope of the element where it is declared.


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