blob: edfe3663c7ecba9cbae954c25aa1570cf68de505 [file] [log] [blame]
Daniel Veillard011b63c1999-06-02 17:44:04 +00001<?xml version="1.0" standalone="yes"?>
2<svg xmlns="http://www.w3.org/Graphics/SVG/svg-19990412.dtd" width="4in" height="3in">
3 <defs>
4 <private xmlns:myapp="http://mycompany/mapapp">
5 <myapp:piechart title="Sales by Region">
6 <myapp:piece label="Northern Region" value="1.23"/>
7 <myapp:piece label="Eastern Region" value="2.53"/>
8 <myapp:piece label="Southern Region" value="3.89"/>
9 <myapp:piece label="Western Region" value="2.04"/>
Daniel Veillard7d2c2761999-10-11 15:09:51 +000010<!-- Other private data goes here -->
11 </myapp:piechart>
Daniel Veillard011b63c1999-06-02 17:44:04 +000012 </private>
13 </defs>
14 <desc>This chart includes private data in another namespace
15 </desc>
Daniel Veillard14fff061999-06-22 21:49:07 +000016<!-- In here would be the actual graphics elements which
Daniel Veillard7d2c2761999-10-11 15:09:51 +000017 draw the pie chart -->
18</svg>