26-Aug-05 (Created: 26-Aug-05) | More in 'XSLT'

A sample xslt file


<html xsl:version="1.0"
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
      lang="en">
    <head>
        <title>Sample</title>
    </head>
    <body>
      <p>Hello world</p>
    </body>
</html>