summaryrefslogtreecommitdiffstats
path: root/test/books.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/books.xml39
1 files changed, 27 insertions, 12 deletions
diff --git a/test/books.xml b/test/books.xml
index 19c4f73..62158fa 100644
--- a/test/books.xml
+++ b/test/books.xml
@@ -1,5 +1,8 @@
<?xml version="1.0"?>
<catalog>
+ <!--
+ - A comment for testing.
+ -->
<book id="bk101">
<author>Gambardella, Matthew</author>
<title>XML Developer's Guide</title>
@@ -7,7 +10,8 @@
<price>44.95</price>
<publish_date>2000-10-01</publish_date>
<description>An in-depth look at creating applications
- with XML.</description>
+ with XML.
+ </description>
</book>
<book id="bk102">
<author>Ralls, Kim</author>
@@ -17,7 +21,8 @@
<publish_date>2000-12-16</publish_date>
<description>A former architect battles corporate zombies,
an evil sorceress, and her own childhood to become queen
- of the world.</description>
+ of the world.
+ </description>
</book>
<book id="bk103">
<author>Corets, Eva</author>
@@ -27,7 +32,8 @@
<publish_date>2000-11-17</publish_date>
<description>After the collapse of a nanotechnology
society in England, the young survivors lay the
- foundation for a new society.</description>
+ foundation for a new society.
+ </description>
</book>
<book id="bk104">
<author>Corets, Eva</author>
@@ -38,7 +44,8 @@
<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>
+ Ascendant.
+ </description>
</book>
<book id="bk105">
<author>Corets, Eva</author>
@@ -48,7 +55,8 @@
<publish_date>2001-09-10</publish_date>
<description>The two daughters of Maeve, half-sisters,
battle one another for control of England. Sequel to
- Oberon's Legacy.</description>
+ Oberon's Legacy.
+ </description>
</book>
<book id="bk106">
<author>Randall, Cynthia</author>
@@ -57,7 +65,8 @@
<price>4.95</price>
<publish_date>2000-09-02</publish_date>
<description>When Carla meets Paul at an ornithology
- conference, tempers fly as feathers get ruffled.</description>
+ conference, tempers fly as feathers get ruffled.
+ </description>
</book>
<book id="bk107">
<author>Thurman, Paula</author>
@@ -66,7 +75,8 @@
<price>4.95</price>
<publish_date>2000-11-02</publish_date>
<description>A deep sea diver finds true love twenty
- thousand leagues beneath the sea.</description>
+ thousand leagues beneath the sea.
+ </description>
</book>
<book id="bk108">
<author>Knorr, Stefan</author>
@@ -75,7 +85,8 @@
<price>4.95</price>
<publish_date>2000-12-06</publish_date>
<description>An anthology of horror stories about roaches,
- centipedes, scorpions and other insects.</description>
+ centipedes, scorpions and other insects.
+ </description>
</book>
<book id="bk109">
<author>Kress, Peter</author>
@@ -85,7 +96,8 @@
<publish_date>2000-11-02</publish_date>
<description>After an inadvertant trip through a Heisenberg
Uncertainty Device, James Salway discovers the problems
- of being quantum.</description>
+ of being quantum.
+ </description>
</book>
<book id="bk110">
<author>O'Brien, Tim</author>
@@ -94,7 +106,8 @@
<price>36.95</price>
<publish_date>2000-12-09</publish_date>
<description>Microsoft's .NET initiative is explored in
- detail in this deep programmer's reference.</description>
+ detail in this deep programmer's reference.
+ </description>
</book>
<book id="bk111">
<author>O'Brien, Tim</author>
@@ -104,7 +117,8 @@
<publish_date>2000-12-01</publish_date>
<description>The Microsoft MSXML3 parser is covered in
detail, with attention to XML DOM interfaces, XSLT processing,
- SAX and more.</description>
+ SAX and more.
+ </description>
</book>
<book id="bk112">
<author>Galos, Mike</author>
@@ -115,6 +129,7 @@
<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>
+ environment.
+ </description>
</book>
</catalog>