mirror of
https://github.com/inspec/inspec
synced 2024-11-24 13:43:09 +00:00
3e7d47505c
* Add support for XML files Signed-off-by: Morley, Jonathan <jmorley@cvent.com> * Use REXML instead of nokogiri Signed-off-by: Morley, Jonathan <jmorley@cvent.com>
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>
|