summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatterns/stylesheets/onlyRootTemplate.xsl
blob: d40874c3bf63502a1eecc9de3b53d4dfbe7b36a9 (plain)
1
2
3
4
5
6
7
8
9
<xsl:stylesheet
    version="2.0"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

    <xsl:template match="/">
        <result/>
    </xsl:template>

</xsl:stylesheet>