<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/css" href="nutrition.css" ?>
<product
  xmlns="http://www.cs.rutgers.edu/~mdstone/class/336/product"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.cs.rutgers.edu/~mdstone/class/336/product product.xsd">
  <info>
    <name>California Trail Mix</name>
    <description>We mix sweet, <loud>ripe</loud> fruit with
       <loud>premium</loud> nuts to bring you the taste
       of <loud>pure energy</loud>.
       Whether you're hiking in Yosemite or 
       through the local <loud>mall</loud>, 
       bring this mix along.
    </description>
  </info>
  <nutrition>
   <servings>
     <size>1/4 cup</size>
     <per>about 27</per>
   </servings>
   <calories>
     <total>120</total>
     <fat>25</fat>
   </calories>
  </nutrition>
</product>
