<?xml-stylesheet href="extension.xsl" type="text/xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tb="http://www.treebuilder.de/namespace">
  <head>
    <title>test</title>
  </head>
  <body>
  <h1>a coin stack chart created with client side xslt</h1>

<chart xmlns="http://www.treebuilder.de/namespace" width="400" height="250" class="test">
  <nVPair>
    <name>Item 1</name>
    <value>18482</value>
  </nVPair>
  <nVPair>
    <name>Item 2</name>
    <value>14975</value>
  </nVPair>
  <nVPair>
    <name>Item 3</name>
    <value>21363</value>
  </nVPair>
  <nVPair>
    <name>Item 4</name>
    <value>5362</value>
  </nVPair>
  <nVPair>
    <name>Item 5</name>
    <value>18700</value>
  </nVPair>
</chart>




  </body>
</html>
