sampledata.xml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0"?>
  2. <!--open the DOCTYPE declaration -
  3. the open square bracket indicates an internal DTD-->
  4. <catalog>
  5. <book id="bk101">
  6. <author>Gambardella, Matthew</author>
  7. <title>XML Developer's Guide</title>
  8. <genre>Computer</genre>
  9. <price>44.95</price>
  10. <publish_date>2000-10-01</publish_date>
  11. <description>
  12. An in-depth look at creating applications
  13. with XML.
  14. </description>
  15. </book>
  16. <book id="bk102">
  17. <author>Ralls, Kim</author>
  18. <title>Midnight Rain</title>
  19. <genre>Fantasy</genre>
  20. <price>5.95</price>
  21. <publish_date>2000-12-16</publish_date>
  22. <description>
  23. A former architect battles corporate zombies,
  24. an evil sorceress, and her own childhood to become queen
  25. of the world.
  26. </description>
  27. </book>
  28. <book id="bk103">
  29. <author>Corets, Eva</author>
  30. <title>Maeve Ascendant</title>
  31. <genre>Fantasy</genre>
  32. <price>5.95</price>
  33. <publish_date>2000-11-17</publish_date>
  34. <description>
  35. After the collapse of a nanotechnology
  36. society in England, the young survivors lay the
  37. foundation for a new society.
  38. </description>
  39. </book>
  40. <book id="bk104">
  41. <author>Corets, Eva</author>
  42. <title>Oberon's Legacy</title>
  43. <genre>Fantasy</genre>
  44. <price>5.95</price>
  45. <publish_date>2001-03-10</publish_date>
  46. <description>
  47. In post-apocalypse England, the mysterious
  48. agent known only as Oberon helps to create a new life
  49. for the inhabitants of London. Sequel to Maeve
  50. Ascendant.
  51. </description>
  52. </book>
  53. <book id="bk105">
  54. <author>Corets, Eva</author>
  55. <title>The Sundered Grail</title>
  56. <genre>Fantasy</genre>
  57. <price>5.95</price>
  58. <publish_date>2001-09-10</publish_date>
  59. <description>
  60. The two daughters of Maeve, half-sisters,
  61. battle one another for control of England. Sequel to
  62. Oberon's Legacy.
  63. </description>
  64. </book>
  65. <book id="bk106">
  66. <author>Randall, Cynthia</author>
  67. <title>Lover Birds</title>
  68. <genre>Romance</genre>
  69. <price>4.95</price>
  70. <publish_date>2000-09-02</publish_date>
  71. <description>
  72. When Carla meets Paul at an ornithology
  73. conference, tempers fly as feathers get ruffled.
  74. </description>
  75. </book>
  76. <book id="bk107">
  77. <author>Thurman, Paula</author>
  78. <title>Splish Splash</title>
  79. <genre>Romance</genre>
  80. <price>4.95</price>
  81. <publish_date>2000-11-02</publish_date>
  82. <description>
  83. A deep sea diver finds true love twenty
  84. thousand leagues beneath the sea.
  85. </description>
  86. </book>
  87. <book id="bk108">
  88. <author>Knorr, Stefan</author>
  89. <title>Creepy Crawlies</title>
  90. <genre>Horror</genre>
  91. <price>4.95</price>
  92. <publish_date>2000-12-06</publish_date>
  93. <description>
  94. An anthology of horror stories about roaches,
  95. centipedes, scorpions and other insects.
  96. </description>
  97. </book>
  98. <book id="bk109">
  99. <author>Kress, Peter</author>
  100. <title>Paradox Lost</title>
  101. <genre>Science Fiction</genre>
  102. <price>6.95</price>
  103. <publish_date>2000-11-02</publish_date>
  104. <description>
  105. After an inadvertant trip through a Heisenberg
  106. Uncertainty Device, James Salway discovers the problems
  107. of being quantum.
  108. </description>
  109. </book>
  110. <book id="bk110">
  111. <author>O'Brien, Tim</author>
  112. <title>Microsoft .NET: The Programming Bible</title>
  113. <genre>Computer</genre>
  114. <price>36.95</price>
  115. <publish_date>2000-12-09</publish_date>
  116. <description>
  117. Microsoft's .NET initiative is explored in
  118. detail in this deep programmer's reference.
  119. </description>
  120. </book>
  121. <book id="bk111">
  122. <author>O'Brien, Tim</author>
  123. <title>MSXML3: A Comprehensive Guide</title>
  124. <genre>Computer</genre>
  125. <price>36.95</price>
  126. <publish_date>2000-12-01</publish_date>
  127. <description>
  128. The Microsoft MSXML3 parser is covered in
  129. detail, with attention to XML DOM interfaces, XSLT processing,
  130. SAX and more.
  131. </description>
  132. </book>
  133. <book id="bk112">
  134. <author>Galos, Mike</author>
  135. <title>Visual Studio 7: A Comprehensive Guide</title>
  136. <genre>Computer</genre>
  137. <price>49.95</price>
  138. <publish_date>2001-04-16</publish_date>
  139. <description>
  140. Microsoft Visual Studio 7 is explored in depth,
  141. looking at how Visual Basic, Visual C++, C#, and ASP+ are
  142. integrated into a comprehensive development
  143. environment.
  144. </description>
  145. </book>
  146. </catalog>