<?xml-stylesheet href="extension.xsl" type="text/xsl"?>
<?xml-stylesheet href="style.css" type="text/css"?>
<?xml-stylesheet href="style2.css" type="text/css" alternate="yes" title="style2"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tb="http://www.treebuilder.de/namespace">
  <head>
    <title>test</title>
  </head>
  <body>
 <div class="chart" > 
 <h2>Browser Statistics</h2>
<chart xmlns="http://www.treebuilder.de/namespace" width="350" height="250" class="test">
  <nVPair class="msie">
    <name class="text">MSIE</name>
    <value class="wert">18482</value>
  </nVPair>
  <nVPair class="firefox">
    <name class="text">Firefox</name>
    <value class="wert">42975</value>
  </nVPair>
  <nVPair class="mozilla">
    <name class="text">Mozilla</name>
    <value class="wert">1363</value>
  </nVPair>
  <nVPair class="opera">
    <name class="text">Opera</name>
    <value class="wert">11362</value>
  </nVPair>
  <nVPair class="other">
    <name class="text">Others</name>
    <value class="wert">3700</value>
  </nVPair>
</chart>

</div>


  </body>
</html>