topical media & game development
basic-xml-04-dinosaurs5.xml / xml
<?xml version="1.0"?>
<!DOCTYPE dinosaurs PUBLIC "-//Beginning XML//DTD Dinosaurs Example//EN" "dinosaurs5.dtd">
<dinosaurs version="1.0" source="Beginning XML 3E">
<carnivore kind="Tyrannosaurus_Rex" habitat="forest swamp jungle">
<species>Tyrannosaurus Rex</species>
<length>42 feet</length>
<height>18 feet</height>
<weight>5-7 tons</weight>
<speed>25 mph</speed>
<weapon>
<part-of-body>Teeth</part-of-body>
<description>Though the Tyrannosaurus had many different sizes of teeth, all were razor sharp and some grew to lengths of <b>9-13 inches</b>. Broken teeth were replaced frequently by newer teeth. The powerful jaw exerted in excess of 3000 pounds of pressure!</description>
</weapon>
<discoverer>
<name>Osborn</name>
<year>1905</year>
</discoverer>
<location>
<country>Canada</country>
<region>Alberta</region>
</location>
<description>&tyrannosaurus;</description>
</carnivore>
<herbivore kind="Stegosaurus_Armatus" habitat="forest swamp" period="Jurassic">
<species>Stegosaurus Armatus</species>
<length>25-40 feet</length>
<height>14 feet</height>
<weight>2-4 tons</weight>
<speed>&speed-not-known;</speed>
<weapon>
<part-of-body>Spikes</part-of-body>
<description>The Stegosaurus had two long rows of armor along its back. At the end of its tail <b>four large spikes</b> were an excellent defense.</description>
</weapon>
<discoverer>
<name>Marsh</name>
<year>1877</year>
</discoverer>
<location>
<country>United States</country>
<region>Colorado</region>
</location>
<description>&stegosaurus;</description>
</herbivore>
<omnivore kind="Gallimimus_Bullatus" habitat="lakeshore prairie">
<species>Gallimimus Bullatus</species>
<length>18 feet</length>
<height>8 feet</height>
<weight>1000 pounds</weight>
<speed>35-60 mph</speed>
<weapon/>
<discoverer>
<name>Osmólska</name>
<name>Roniewicz</name>
<name>Barsbold</name>
<year>1972</year>
</discoverer>
<location>
<country>Mongolia</country>
<region>Nemegtskaya Svita</region>
</location>
&gallimimus;
</omnivore>
</dinosaurs>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.