books_comment.xml

  1. <bookstore>
  2. <book category="CHILDREN">
  3. <title lang="en">Harry Potter</title>
  4. <author>J K. Rowling</author>
  5. <year>2005</year>
  6. <price>29.99</price>
  7. <!-- (Book 6) (Hardcover) -->
  8. </book>
  9. <book category="COOKING">
  10. <title lang="en">Everyday Italian</title>
  11. <author>Giada De Laurentiis</author>
  12. <year>2005</year>
  13. <price>30.00</price>
  14. <!-- 125 Simple and Delicious Recipes (Hardcover) -->
  15. </book>
  16. <book category="WEB">
  17. <title lang="en">Learning XML</title>
  18. <author>Erik T. Ray</author>
  19. <year>2003</year>
  20. <price>39.95</price>
  21. <!-- Second Edition, (Paperback) -->
  22. </book>
  23. <book category="WEB">
  24. <title lang="en">XQuery Kick Start</title>
  25. <author>James McGovern</author>
  26. <author>Per Bothner</author>
  27. <author>Kurt Cagle</author>
  28. <author>James Linn</author>
  29. <author>Vaidyanathan Nagarajan</author>
  30. <year>2003</year>
  31. <price>49.99</price>
  32. <!-- (Paperback) -->
  33. </book>
  34. </bookstore>