<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE recipe SYSTEM "../../dtd/recipe.dtd">
<?xml-stylesheet type="text/xsl" href="../../style/recipe.xsl" ?>

<recipe>
 <title>Sweet Cinnamon Fresh Apple Wedges</title>
 <cook>Lillian Davies</cook>
 <category>Snacks</category>
 <description>Fresh Apple Wedges Sweetend and spiced with Cinnamon </description>
 <prep_time>5 minutes</prep_time>
<illustration href="../../images/applewedges.jpg" />
 <ingredients>
  <item>Apples</item>
  <item>Granulated White Sugar</item>
  <item>Ground Cinnamon</item>
 </ingredients> 
 <directions>
  <step>Peel, core, and wedge slice fresh apples.</step>
<step>Arrainge on serving plate.</step>
<step>Sprinkle first with sugar, then cinnamon, and serve.</step>
 </directions>
 <yield>Unlimited</yield>
</recipe>





