1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-29 21:46:59 +03:00
libxml2/result/SVG/richdesc.xml

12 lines
415 B
XML
Raw Normal View History

1999-06-02 17:44:04 +00:00
<?xml version="1.0" standalone="yes"?>
<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
<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>
1999-06-02 17:44:04 +00:00
</desc>
<g>
<!-- the picture goes here -->
</g>
1999-06-02 17:44:04 +00:00
</svg>