<?xml version = "1.0"?>
<?xml-stylesheet type = "text/xsl" href = "nutrition.xsl"?>

<!-- XML Document containing nutrition information --> 
<nutrition facts = "Grandma White's Cookies">
	<title>Nutrition Information</title>
	
	<owner>
		<productName>Grandma White's Cookies</productName>
	</owner>
	
	<information>
		<frontMatter>
			<servingSize amount="1 package" />
			<calories amount = "260" />
			<fatCalories amount = "100" />
			<fat amount = "11g" />
			<saturatedFat amount ="2g" />
			<cholesterol amount = "5mg" />
			<sodium amount = "210mg" />
			<totalCarbohydrates amount = "36g" />
			<fiber amount = "2g" />
			<sugars amount = "15g" />
			<protien amount = "5g" />
		</frontMatter>
	</information>
</nutrition>