xref: /aosp_15_r20/external/libxml2/test/SVG/richdesc.xml (revision 7c5688314b92172186c154356a6374bf7684c3ca)
1<?xml version="1.0" standalone="yes"?>
2<svg width="4in" height="3in"
3 xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
4   <desc xmlns:mydoc="http://foo.org/mydoc">
5      <mydoc:title>This is an example SVG file</mydoc:title>
6      <mydoc:para>The global description uses markup from the
7        <mydoc:emph>mydoc</mydoc:emph> namespace.</mydoc:para>
8   </desc>
9   <g>
10   <!-- the picture goes here -->
11   </g>
12</svg>
13