diff options
Diffstat (limited to 'test/xsl/copy.xsl')
-rw-r--r-- | test/xsl/copy.xsl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/xsl/copy.xsl b/test/xsl/copy.xsl new file mode 100644 index 000000000..4e3e6109f --- /dev/null +++ b/test/xsl/copy.xsl @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + <xsl:template match="/"><xsl:copy-of select="*"/></xsl:template> +</xsl:stylesheet> |