blob: a80ce3f8f81edb0ff56c0926f0caa13fd2c87811 [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-out file="{$file}">
<xsl:copy-of select="document($file)"/>
</test-out>
</xsl:template>
</xsl:stylesheet>