<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="xsl9.xsl"?>
<students>
   <student class_name="coin1000">
      <first_name>Dan</first_name>
      <last_name>Cole</last_name>
      <id>600322456</id>
      <homeworks>
         <homework>
            <id>HW1</id>
            <points>10</points>
         </homework>
         <homework>
            <id>HW2</id>
            <points>5</points>
         </homework>
      </homeworks>
   </student>
</students>
