File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libxml2 / result / SVG / richdesc.xml
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:38:02 2012 UTC (12 years, 4 months ago) by misho
Branches: libxml2, MAIN
CVS tags: v2_9_1p0, v2_9_1, v2_8_0p0, v2_8_0, v2_7_8, HEAD
libxml2

    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>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>