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

In this tutorial three artificial sets of elements will be used: lowercase, uppercase ve xnumber sets. For a human reader it is an easy task to recognize the set an element belongs to. But the computer does not have the apriori knowledge the human has and so the logic would have to be programmed into the handling program.


     <aaa >
          <bbb >
               <ccc />
          </bbb>
          <BBB >
               <CCC />
          </BBB>
          <x111 >
               <x222 />
          </x111>
     </aaa>