summaryrefslogtreecommitdiff
path: root/sandbox/paultremblay/rst_to_docbook/test_files/simple.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/paultremblay/rst_to_docbook/test_files/simple.xsl')
-rw-r--r--sandbox/paultremblay/rst_to_docbook/test_files/simple.xsl18
1 files changed, 0 insertions, 18 deletions
diff --git a/sandbox/paultremblay/rst_to_docbook/test_files/simple.xsl b/sandbox/paultremblay/rst_to_docbook/test_files/simple.xsl
deleted file mode 100644
index 8e15469c1..000000000
--- a/sandbox/paultremblay/rst_to_docbook/test_files/simple.xsl
+++ /dev/null
@@ -1,18 +0,0 @@
-<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <!--
-
- This template is a simple test
-
-
- -->
-
-
-
-
- <xsl:template match = "element1">
- <element1-changed>
- <xsl:apply-templates/>
- </element1-changed>
- </xsl:template>
-
-</xsl:stylesheet>