<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="XMLEX006.xsl"?>
   <list_of_movies>
      <movie>
         <title> Finding Nemo </title>
         <age_group> Kids </age_group>
         <comments> Fish are friends, not food. </comments>
      </movie>

      <movie>
         <title> Monty Python Holy Grail </title>
         <age_group> Adult </age_group>
         <comments> A shrubbery for the Knights who say Nee! </comments>
      </movie>

      <movie>
         <title> Harry Potter </title>
         <age_group> All </age_group>
         <comments> Very popular for all ages. </comments>
      </movie>
</list_of_movies> 