20 lines
617 B
XML
20 lines
617 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<results totalResults="74">
|
|
<books>
|
|
<book isbn="978-3-16-148410-0">
|
|
<title>Harry Potter and the Half-Blood Prince</title>
|
|
<price>29.95</price>
|
|
<authors>
|
|
<author>J.K. Rowling</author>
|
|
</authors>
|
|
</book>
|
|
<book isbn="478-2-23-765712-2">
|
|
<title>Twilight</title>
|
|
<price>19.95</price>
|
|
<authors>
|
|
<author>Stephenie Meyer</author>
|
|
<author>The Hand of God</author>
|
|
</authors>
|
|
</book>
|
|
</books>
|
|
</results> |