summaryrefslogtreecommitdiff
path: root/src/lxml/tests/test2.xslt
blob: 5c01e21a477f1e9e89c2a8e1a61b4896f222673f (plain)
1
2
3
4
5
6
7
8
<xsl:stylesheet 
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:template match="hello">
<p>hello</p>
</xsl:template>

</xsl:stylesheet>