test.xml 617 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <results totalResults="74">
  3. <books>
  4. <book isbn="978-3-16-148410-0">
  5. <title>Harry Potter and the Half-Blood Prince</title>
  6. <price>29.95</price>
  7. <authors>
  8. <author>J.K. Rowling</author>
  9. </authors>
  10. </book>
  11. <book isbn="478-2-23-765712-2">
  12. <title>Twilight</title>
  13. <price>19.95</price>
  14. <authors>
  15. <author>Stephenie Meyer</author>
  16. <author>The Hand of God</author>
  17. </authors>
  18. </book>
  19. </books>
  20. </results>