Advertisement
Guest User

Untitled

a guest
Aug 12th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.29 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <catalog>
  3.    <book id="bk101">
  4.       <author>Gambardella, Matthew</author>
  5.       <title>XML Developer's Guide</title>
  6.       <genre>Computer</genre>
  7.       <price>44.95</price>
  8.       <publish_date>2000-10-01</publish_date>
  9.       <description>An in-depth look at creating applications with XML.</description>
  10.    </book>
  11.    <book id="bk102">
  12.       <author>Ralls, Kim</author>
  13.       <title>Midnight Rain</title>
  14.       <genre>Fantasy</genre>
  15.       <price>5.95</price>
  16.       <publish_date>2000-12-16</publish_date>
  17.       <description>A former architect battles corporate zombies, an evil sorceress, and her own childhood to become queen of the world.</description>
  18.    </book>
  19.    <book id="bk103">
  20.       <author>Corets, Eva</author>
  21.       <title>Maeve Ascendant</title>
  22.       <genre>Fantasy</genre>
  23.       <price>5.95</price>
  24.       <publish_date>2000-11-17</publish_date>
  25.       <description>After the collapse of a nanotechnology society in England, the young survivors lay the foundation for a new society.</description>
  26.    </book>
  27.    <book id="bk104">
  28.       <author>Corets, Eva</author>
  29.       <title>Oberon's Legacy</title>
  30.       <genre>Fantasy</genre>
  31.       <price>5.95</price>
  32.       <publish_date>2001-03-10</publish_date>
  33.       <description>In post-apocalypse England, the mysterious agent known only as Oberon helps to create a new life for the inhabitants of London. Sequel to Maeve Ascendant.</description>
  34.    </book>
  35.    <book id="bk105">
  36.       <author>Corets, Eva</author>
  37.       <title>The Sundered Grail</title>
  38.       <genre>Fantasy</genre>
  39.       <price>5.95</price>
  40.       <publish_date>2001-09-10</publish_date>
  41.       <description>The two daughters of Maeve, half-sisters, battle one another for control of England. Sequel to Oberon's Legacy.</description>
  42.    </book>
  43.    <book id="bk106">
  44.       <author>Randall, Cynthia</author>
  45.       <title>Lover Birds</title>
  46.       <genre>Romance</genre>
  47.       <price>4.95</price>
  48.       <publish_date>2000-09-02</publish_date>
  49.       <description>When Carla meets Paul at an ornithology conference, tempers fly as feathers get ruffled.</description>
  50.    </book>
  51.    <book id="bk107">
  52.       <author>Thurman, Paula</author>
  53.       <title>Splish Splash</title>
  54.       <genre>Romance</genre>
  55.       <price>4.95</price>
  56.       <publish_date>2000-11-02</publish_date>
  57.       <description>A deep sea diver finds true love twenty thousand leagues beneath the sea.</description>
  58.    </book>
  59.    <book id="bk108">
  60.       <author>Knorr, Stefan</author>
  61.       <title>Creepy Crawlies</title>
  62.       <genre>Horror</genre>
  63.       <price>4.95</price>
  64.       <publish_date>2000-12-06</publish_date>
  65.       <description>An anthology of horror stories about roaches, centipedes, scorpions  and other insects.</description>
  66.    </book>
  67.    <book id="bk109">
  68.       <author>Kress, Peter</author>
  69.       <title>Paradox Lost</title>
  70.       <genre>Science Fiction</genre>
  71.       <price>6.95</price>
  72.       <publish_date>2000-11-02</publish_date>
  73.       <description>After an inadvertant trip through a Heisenberg Uncertainty Device, James Salway discovers the problems of being quantum.</description>
  74.    </book>
  75.    <book id="bk110">
  76.       <author>O'Brien, Tim</author>
  77.       <title>Microsoft .NET: The Programming Bible</title>
  78.       <genre>Computer</genre>
  79.       <price>36.95</price>
  80.       <publish_date>2000-12-09</publish_date>
  81.       <description>Microsoft's .NET initiative is explored in detail in this deep programmer's reference.</description>
  82.    </book>
  83.    <book id="bk111">
  84.       <author>O'Brien, Tim</author>
  85.       <title>MSXML3: A Comprehensive Guide</title>
  86.       <genre>Computer</genre>
  87.       <price>36.95</price>
  88.       <publish_date>2000-12-01</publish_date>
  89.       <description>The Microsoft MSXML3 parser is covered in detail, with attention to XML DOM interfaces, XSLT processing, SAX and more.</description>
  90.    </book>
  91.    <book id="bk112">
  92.       <author id="bk113">Galos, Mike</author>
  93.       <title>Visual Studio 7: A Comprehensive Guide</title>
  94.       <genre>Computer</genre>
  95.       <price>49.95</price>
  96.       <publish_date>2001-04-16</publish_date>
  97.       <description>Microsoft Visual Studio 7 is explored in depth, looking at how Visual Basic, Visual C++, C#, and ASP+ are integrated into a comprehensive development environment.</description>
  98.    </book>
  99. </catalog>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement