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.
ansible/test/integration/targets/win_xml/files/books.xml

11 lines
424 B
XML

<?xml version='1.0' encoding='utf-8'?>
<books>
<works lang="en">
<title lang="en" isbn13="123412341234X">A Great Book</title>
<title lang="en" isbn13="1234109823400">Best Book Ever</title>
<title lang="en" isbn13="123412121234X">Worst Book Ever</title>
<title lang="en" isbn13="423412341234X">Another Book</title>
<title lang="en" isbn13="523412341234X">Worst Book Ever Two</title>
</works>
</books>