inspec/test/cookbooks/os_prepare/files/example.xml

20 lines
654 B
XML
Raw Normal View History

<breakfast_menu>
<food>
<name>Belgian Waffles</name>
<price>$5.95</price>
<description>Two of our famous Belgian Waffles with plenty of real maple syrup</description>
<calories>650</calories>
</food>
<food>
<name>Strawberry Belgian Waffles</name>
<price>$7.95</price>
<description>Light Belgian waffles covered with strawberries and whipped cream</description>
<calories>900</calories>
</food>
<food name="Blueberry Belgian Waffles">
<price>$8.95</price>
<description>Light Belgian waffles covered with blueberries and whipped cream</description>
<calories>700</calories>
</food>
</breakfast_menu>