summaryrefslogtreecommitdiff
path: root/misc/samples/xml_full.xml
diff options
context:
space:
mode:
authorHolger Dengler <dengler@linutronix.de>2012-10-22 17:05:03 +0200
committerHolger Dengler <dengler@linutronix.de>2012-10-22 17:09:38 +0200
commit494b16d6fbd565225e4f9ddaf2b813b520271753 (patch)
treef4fd715a9a99e0b3303cca7b6cb0ac19588a36ac /misc/samples/xml_full.xml
parent73b8bf14798e661351a8e51237cac38bdc824d86 (diff)
Misc/xml: Add new XML fasttrack
Add new miscellaneous section with an XML fasttrack. Coding samples are located in misc/samples/. Signed-off-by: Holger Dengler <dengler@linutronix.de>
Diffstat (limited to 'misc/samples/xml_full.xml')
-rw-r--r--misc/samples/xml_full.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/misc/samples/xml_full.xml b/misc/samples/xml_full.xml
new file mode 100644
index 0000000..c8b0ecd
--- /dev/null
+++ b/misc/samples/xml_full.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<store>
+<!-- Sample Bookstore -->
+<book isbn="10000001">
+<title>The Lord Of The Rings</title>
+<author>J.R.R. Tolkien</author>
+</book>
+<book isbn="10000002">
+<title>Maitreyi</title>
+<author>Mircea Eliade</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>
+<cd>
+<title>Come on Over</title>
+<artist>Shania Twain</artist>
+<track length="4:40">From This Moment On</track>
+<track length="3:33">You're Still The One</track>
+</cd>
+</store>