/ libxml2 / test / SVG / a-wf.xml
a-wf.xml
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>This well formed svg document draws a triangle which is a hyperlink
5    </desc>
6    <a xml:link="simple" show="replace" actuate="user" href="http://www.w3.org">
7      <p d="M 0 0 L 200 0 L 100 200 Z"/>
8    </a>
9  </svg>