after embedded library cleanup
[TestXSLT.git] / template.xslt
index 0f49952..be93d95 100644 (file)
@@ -4,7 +4,7 @@
 <xsl:output method='html' version='1.0' encoding='utf-8' indent='no'/>
 
 <xsl:template match="/">
-
+<xsl:copy-of select="node()"/>
 </xsl:template>
 
 </xsl:stylesheet>
\ No newline at end of file