summaryrefslogtreecommitdiff
path: root/misc/samples/xml_small.xml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/samples/xml_small.xml')
-rw-r--r--misc/samples/xml_small.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/samples/xml_small.xml b/misc/samples/xml_small.xml
new file mode 100644
index 0000000..6b38af4
--- /dev/null
+++ b/misc/samples/xml_small.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<store>
+<!-- Sample Bookstore -->
+<book isbn="10000001">
+<title>The Lord Of The Rings</title>
+<author>J.R.R. Tolkien</author>
+</book>
+<cd>
+<title>The Wall</title>
+<artist>Pink Floyd</artist>
+<track length="3:40">Another Brick in the Wall</track>
+<track length="5:33">Mother</track>
+</cd>
+</store>