1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!-- Edited with XML Spy v2007 (http://www.altova.com) -->
3<breakfast_menu>
4	<food>
5		<name>Belgian Waffles</name>
6		<price>$5.95</price>
7		<description>two of our famous Belgian Waffles with plenty of real maple syrup</description>
8		<calories>650</calories>
9	</food>
10	<food>
11		<name>Strawberry Belgian Waffles</name>
12		<price>$7.95</price>
13		<description>light Belgian waffles covered with strawberries and whipped cream</description>
14		<calories>900</calories>
15	</food>
16	<food>
17		<name>Berry-Berry Belgian Waffles</name>
18		<price>$8.95</price>
19		<description>light Belgian waffles covered with an assortment of fresh berries and whipped cream</description>
20		<calories>900</calories>
21	</food>
22	<food>
23		<name>French Toast</name>
24		<price>$4.50</price>
25		<description>thick slices made from our homemade sourdough bread</description>
26		<calories>600</calories>
27	</food>
28	<food>
29		<name>Homestyle Breakfast</name>
30		<price>$6.95</price>
31		<description>two eggs, bacon or sausage, toast, and our ever-popular hash browns</description>
32		<calories>950</calories>
33	</food>
34</breakfast_menu>
35