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.
33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
7 years ago
|
<?xml version='1.0' encoding='UTF-8'?>
|
||
|
<business type="bar">
|
||
|
<name>Tasty Beverage Co.</name>
|
||
|
<beers>
|
||
|
<beer>Rochefort 10</beer>
|
||
|
<beer>St. Bernardus Abbot 12</beer>
|
||
|
<beer>Schlitz</beer>
|
||
|
<beer color="red">George Killian's Irish Red</beer>
|
||
|
<beer origin="CZ" color="blonde">Pilsner Urquell</beer>
|
||
|
</beers>
|
||
|
<rating subjective="true">10</rating>
|
||
|
<website>
|
||
|
<mobilefriendly/>
|
||
|
<address>http://tastybeverageco.com</address>
|
||
|
<validxhtml validateon=""/>
|
||
|
</website>
|
||
|
<phonenumber>555-555-1234</phonenumber>
|
||
|
<owner dob="1976-04-12">
|
||
|
<name>
|
||
|
<last>Smith</last>
|
||
|
<first>John</first>
|
||
|
<middle>Q</middle>
|
||
|
</name>
|
||
|
</owner>
|
||
|
<website_bis>
|
||
|
<validxhtml validateon=""/>
|
||
|
</website_bis>
|
||
|
<testnormalelement>xml tag with no special characters</testnormalelement>
|
||
|
<test-with-dash>xml tag with dashes</test-with-dash>
|
||
|
<test-with-dash.and.dot>xml tag with dashes and dots</test-with-dash.and.dot>
|
||
|
<test-with.dash_and.dot_and-underscores>xml tag with dashes, dots and underscores</test-with.dash_and.dot_and-underscores>
|
||
|
</business>
|