Mega Code Archive

 
Categories / XML Tutorial / Introduction
 

Nesting Elements

None of your sets of tags should overlap any other set. Each interior set should be completely enclosed within the next larger set.  You can nest as many levels of elements as you like. <animal>   <animal>     <name>T1</name>     <project>project1</project>     <weight>3 points</weight>   </animal> </animal>