1
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
2
3
<xsl:template match="/
4
<out>
5
<xsl:copy-of select="document('bug42.xml', /)"/>
6
</out>
7
</xsl:template>
8
9
</xsl:stylesheet>