<?xml-stylesheet href="progressbar.xsl" type="text/xsl"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ex="http://www.treebuilder.de/namespace">
  <head>
    <title>extending xhtml testcase 2</title>
  </head>
  <body>
    <ex:progressBar name="p1" width="200" height="40"/>
    <form>
    <input type="button" value="--" onclick="p1.setValue(p1.value-10)"/>
    <input type="button" value="++" onclick="p1.setValue(p1.value+10)"/>
    </form>
  </body>
</html>
