blob: 74e2ec56b2cab44de4811e62fcd8ab5b8ed45e3e [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:param name="file"/>
<xsl:template match="/test">
<test>
<xsl:copy-of select="*"/>
<xsl:copy-of select="document($file)"/>
</test>
</xsl:template>
</xsl:stylesheet>