b02db06a47375c765bd543ab18ba33f4a17a7f40.svn-base 551 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <books>
  3. <book>
  4. <isbn>A9B57C</isbn>
  5. <title>Title of 1</title>
  6. <author>Author of 1</author>
  7. </book>
  8. <book>
  9. <isbn>A9B57F</isbn>
  10. <title>Title of 2</title>
  11. <author>Author of 2</author>
  12. </book>
  13. <book>
  14. <isbn>A9B577</isbn>
  15. <title>Title of 3</title>
  16. <author>Author of 3</author>
  17. </book>
  18. <book>
  19. <isbn>A9B574</isbn>
  20. <title>Title of 4</title>
  21. <author>Author of 4</author>
  22. </book>
  23. <book>
  24. <isbn>A9B5CC</isbn>
  25. <title>Title of 5</title>
  26. <author>Author of 5</author>
  27. </book>
  28. </books>