summaryrefslogtreecommitdiff
path: root/examples/xml/books.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xml/books.xml')
-rw-r--r--examples/xml/books.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/xml/books.xml b/examples/xml/books.xml
new file mode 100644
index 0000000..f12955b
--- /dev/null
+++ b/examples/xml/books.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<books>
+<begin/>
+<book type='hardback'>
+<title>Atlas Shrugged</title>
+<author>Ayn Rand</author>
+<isbn id='1'>0525934189<br/></isbn>
+</book>
+Next Book
+<book type='paperback'>
+<title>A Burnt-Out Case</title>
+<author>Graham Greene</author>
+<isbn id="2">0140185399<br/></isbn>
+</book>
+</books>