diff options
| author | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2013-03-10 12:13:49 +0100 |
| commit | 9c0f862749f30800837a45aff5abdcb529867dbc (patch) | |
| tree | b0ca51fff64f12fac03aea4afaa1fa722376844b /misc/samples/xml_full.xml | |
| parent | 33b79c725448efd2c9a72e2ae9a1fb04270492f5 (diff) | |
| parent | cea5039322781f6085dd47954af5584ca3f78911 (diff) | |
Merge branch 'schulung'
updates from current linutronix schulung.git
Conflicts:
Makefile
configpres.tex
flash-memory/ubi/handout_ubi_de.tex
handout.tex
index.txt
pres_master.tex
vorl.tex
vorl1.tex
vorl2.tex
vorl3.tex
vorl4.tex
vorl5.tex
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'misc/samples/xml_full.xml')
| -rw-r--r-- | misc/samples/xml_full.xml | 24 |
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> |
