diff options
Diffstat (limited to 'ext/xsl/tests/53965/collection.xml')
-rw-r--r-- | ext/xsl/tests/53965/collection.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/xsl/tests/53965/collection.xml b/ext/xsl/tests/53965/collection.xml new file mode 100644 index 0000000000..a3039cd101 --- /dev/null +++ b/ext/xsl/tests/53965/collection.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<collection> + <cd> + <title>Fight for your mind</title> + <artist>Ben Harper</artist> + <year>1995</year> + </cd> + <cd> + <title>Electric Ladyland</title> + <artist>Jimi Hendrix</artist> + <year>1997</year> + </cd> +</collection>
\ No newline at end of file |