Une version marche bien avec bitvector
[tatoo.git] / tests / exemple.xml
index d599d06..da48927 100644 (file)
@@ -1,12 +1,21 @@
 <regions>
        
-<asia><country lang="Standard Chinese">China</country>
+<asia><country lang="Standard Chinese">
+       <name>China</name>
           <capital>Beijing</capital>
+       </country>
+       
 </asia>
 
-<asia><country lang="Japanese">Japan</country>
+<europe><country lang="Japanese">
+               <name>Japan</country>
           <capital>Tokyo</capital>
-</asia>
+</europe>
+<america><country lang="Japanese">Japan</country>
+          <capital>Tokyo</capital>
+</america>
+
+
 
 </regions>