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

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

</xsl:stylesheet>