<!-- This will be used by IE 5 and IE 5.5 -->
<?xml-stylesheet type="text/xsl" href="5images_ie5.xsl" alternate="yes" ?>
<!-- This will be used by IE 6 and Netscape 6 -->
<?xml-stylesheet type="text/xsl" href="5images.xsl" alternate="no" ?>

<dinosaurs>
  <dinosaur name="Brontosaurus">
    <description>
      A Brontosaurus is big and scary.
    </description>
    <weight>200</weight>
    <length>90</length>
    <color>Blue</color>
    <discoverer>Primrose McFadden</discoverer>
  </dinosaur>

  <dinosaur name="Tyrannosaurus Rex">
    <description>
      A Tyrannosaurus Rex would eat you.
    </description>
    <weight>50</weight>
    <length>20</length>
    <color>Red</color>
    <discoverer>George Grimble</discoverer>
  </dinosaur>

  <dinosaur name="Stegosaurus">
    <description>
      A Stegosaurus has lots of spiny plates.
    </description>
    <weight>25</weight>
    <length>20</length>
    <color>Green</color>
    <discoverer>Charles Degramy</discoverer>
  </dinosaur>
</dinosaurs>