<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <script>
   window.onload = function() {
     var pi = document.createProcessingInstruction("xml-stylesheet", "type='text/xsl' href='../support/transform.xml'");
     document.insertBefore(pi, document.documentElement);
   }
  </script>
 </head>
 <body>
  <p>The XSLT was not applied.</p>
 </body>
</html>
