summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatterns/stylesheets/notWellformed.xsl
blob: 241668a68d78a56e10c9a953f20244816e7b2568 (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="/
        <out>
            <xsl:copy-of select="document('bug42.xml', /)"/>
        </out>
    </xsl:template>

</xsl:stylesheet>