/ libxml2 / test / SVG / desc.xml
desc.xml
 1  <?xml version="1.0" standalone="no"?>
 2  <!DOCTYPE svg SYSTEM "http://www.w3.org/Graphics/SVG/svg-19990412.dtd">
 3  <svg width="4in" height="3in">
 4  <g>
 5    <title>
 6      Company sales by region
 7    </title>
 8    <desc>
 9      This is a bar chart which shows 
10      company sales by region.
11    </desc>
12    <!-- Bar chart defined as vector data -->
13  </g>
14  </svg>