mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
14 lines
452 B
XML
14 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>
|