summaryrefslogtreecommitdiff
path: root/filter/qa/cppunit/data/xslt/copy.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'filter/qa/cppunit/data/xslt/copy.xslt')
-rw-r--r--filter/qa/cppunit/data/xslt/copy.xslt9
1 files changed, 9 insertions, 0 deletions
diff --git a/filter/qa/cppunit/data/xslt/copy.xslt b/filter/qa/cppunit/data/xslt/copy.xslt
new file mode 100644
index 000000000000..d46172a418aa
--- /dev/null
+++ b/filter/qa/cppunit/data/xslt/copy.xslt
@@ -0,0 +1,9 @@
+<?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>