summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatterns/stylesheets/copyWholeDocument.xsl
blob: 1cd90c4c366fc2bc512086fc8a1fb21f7e56a732 (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="/">
        <xsl:copy-of select="."/>
    </xsl:template>

</xsl:stylesheet>