blob: 1cd90c4c366fc2bc512086fc8a1fb21f7e56a732 [file] [log] [blame]
<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>