<?xml version="1.0"?>
<!DOCTYPE recipe SYSTEM "recipe.dtd">
<?xml-stylesheet type="text/xsl" href="recipe.xsl" ?>

<recipe>
 <title></title>
 <author></author>
 <category></category>
 <description></description>
 <ingredients>
  <item></item>
 </ingredients> 
 <directions>
  <step></step>
 </directions>
 <yield></yield>
</recipe>