<?xml version="1.0" encoding="UTF-8" ?>

<menu date="12nov1998">
  <rname>Liam's Chowder House and Grill</rname>
  <item type="appetizer" >
    <desc>Warmed leek salad, coated with a balsamic vinegar and 
          goat cheese dressing</desc>
    <price units="usd">6.95</price>
    <graphic gtype="gif" 
             src="http://www.goodfood.com/menu/leek-salad.gif" />
  </item>
  <!-- Following Item is tasty! -->
  <item type="appetizer" >
    <desc>Prosciutto ham with melon</desc>
    <price units="usd">7.95</price>
    <graphic gtype="jpeg" 
             src="http://www.goodfood.com/menu/ham-melon.jpeg" />
  </item>
</menu>

