summaryrefslogtreecommitdiffstats
path: root/libxml2/test/SVG/richdesc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/SVG/richdesc.xml')
-rwxr-xr-xlibxml2/test/SVG/richdesc.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/libxml2/test/SVG/richdesc.xml b/libxml2/test/SVG/richdesc.xml
new file mode 100755
index 0000000..ccf8c8d
--- /dev/null
+++ b/libxml2/test/SVG/richdesc.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" standalone="yes"?>
+<svg width="4in" height="3in"
+ xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
+ <desc xmlns:mydoc="http://foo.org/mydoc">
+ <mydoc:title>This is an example SVG file</mydoc:title>
+ <mydoc:para>The global description uses markup from the
+ <mydoc:emph>mydoc</mydoc:emph> namespace.</mydoc:para>
+ </desc>
+ <g>
+ <!-- the picture goes here -->
+ </g>
+</svg>