<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="css13.css"?>
<students>
   <student>
      <first_name>James</first_name>
      <last_name>Smith</last_name>
      <id>12345</id>
      <homeworks>
         <homework>
            <number>1</number>
            <score>10</score>
         </homework>
         <homework>
            <number>2</number>
            <score>8</score>
         </homework>
         <homework>
            <number>3</number>
            <score>9</score>
         </homework>
      </homeworks>
   </student>
</students>
