<?xml-stylesheet href="extension2.xsl" type="text/xsl"?>
  <html xmlns="http://www.w3.org/1999/xhtml" xmlns:my="http://example.com/namespace">
    <head>
      <title>test</title>
    </head>
    <body>
      <form>
       <input type="button" value="button1" onclick="alert('hello from button1')"/><br/>
       <input type="button" value="button2" onclick="alert('hello from button2')"/><br/>
       <input type="button" value="button3" onclick="alert('hello from button3')"/>
      </form>
    </body>
  </html>
