mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
15 lines
452 B
XML
15 lines
452 B
XML
|
<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>
|
||
|
</breakfast_menu>
|