<?xml version="1.0"?>
<!DOCTYPE pedigree SYSTEM "gsdpedigree2.dtd">
<pedigree> 
  <head> 
	 <title>Certified Pedigree</title> 
  </head> 
  <body><h2>Name of Dog</h2> 
	 <name>Rummel von der Herreneiche</name> 
	 <sex><male/> 
	 </sex> 
	 <breed><GSD/> 
	 </breed> 
	 <color>sable</color> 
	 <dateWhelped>02\28\1993</dateWhelped> 
	 <regNum>DL468924/14</regNum><h2>Parents</h2><parents><sire1>xello von
	 Karthago</sire1><dam2>Judy vom Haus Westfalen-Stolz</dam2> 
	 <color>black &amp; red</color> 
	 <titles> 
		<schutzhund><schH1/> 
		</schutzhund> 
	 </titles></parents><h2>Grand Parents</h2> <h2>Why is this second heading
	 allowed? The DTD says one or none....If you look in the body Element the third heading in has h2? so this should not allow a repeat. AND it works correctly in the rummel.xml document which is similar but uses attributes.</h2> 
  </body>
</pedigree>

