<?xml version="1.0" ?>
<?xml-stylesheet href="piechart.xsl" type="text/xml" ?>
<results>
   <count>100</count>
   <group>
      <name>USA</name>
      <count>34</count>
   </group>
   <group>
      <name>UK</name>
      <count>13</count>
   </group>
   <group>
      <name>FR</name>
      <count>10</count>
   </group>
   <group>
      <name>JP</name>
      <count>19</count>
   </group>
   <group>
      <name>DE</name>
      <count>11</count>
   </group>
</results>
