mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
486 B
XML
14 lines
486 B
XML
7 years ago
|
<?xml version='1.0' encoding='UTF-8'?>
|
||
|
<business xmlns="http://test.business" xmlns:attr="http://test.attribute" type="bar">
|
||
|
<name>Tasty Beverage Co.</name>
|
||
|
<beers xmlns="http://test.beers">
|
||
|
<beer>Rochefort 10</beer>
|
||
|
<beer>St. Bernardus Abbot 12</beer>
|
||
|
<beer>Schlitz</beer>
|
||
|
</beers>
|
||
|
<rating xmlns="http://test.rating">10</rating>
|
||
|
<website xmlns="http://test.website">
|
||
|
<mobilefriendly/>
|
||
|
<address>http://tastybeverageco.com</address>
|
||
|
</website>
|
||
|
</business>
|