e51f2630a231ca0122cf5e5070e04383629ca13b.svn-base 501 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <books>
  3. <book isbn="ABC1">
  4. <title>Title of 1</title>
  5. <author>Author of 1</author>
  6. </book>
  7. <book isbn="ABC2">
  8. <title>Title of 2</title>
  9. <author>Author of 2</author>
  10. </book>
  11. <book isbn="ABC3">
  12. <title>Title of 3</title>
  13. <author>Author of 3</author>
  14. </book>
  15. <book isbn="ACB4">
  16. <title>Title of 4</title>
  17. <author>Author of 4</author>
  18. </book>
  19. <book isbn="ACF5">
  20. <title>Title of 5</title>
  21. <author>Author of 5</author>
  22. </book>
  23. </books>