<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE recipe SYSTEM "http://fjd1.com/CookBook/dtd/recipe.dtd">
<?xml-stylesheet type="text/xsl" href="../../style/recipe.xsl" ?>
<!-- Created at Trillium University using XML RecipeWriter for RML (Recipe Markup Language) from FJD1.com -->

<recipe>
	<title>Chicken roasted</title>
	<cook>Braget, P.</cook>
	<category>Dinner</category>
	<description>Chicken roasted with garlic.</description>
	<prep_time>1/2 hr.</prep_time>
	<illustration href="http://i268.photobucket.com/albums/jj27/sau418/chicken.jpg" />
	<ingredients>
		<item>Chicken</item>
		<item>Pepper</item>
	</ingredients>
	<directions>
		<step>Skin it.</step>
		<step>Put it in a roasting pan.</step>
		<step>Sprinkle pepper and sage over it.</step>
		<step>Put into a pre-heated oven at 350</step>
		<step>Roast it for half an hour.</step>
		<step>Serve hot.</step>
	</directions>
	<yield>Full Stomach</yield>
	<comment>Taste like chicken.</comment>
</recipe>