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