summaryrefslogtreecommitdiff
path: root/tools/identity.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/identity.xsl')
-rw-r--r--tools/identity.xsl7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/identity.xsl b/tools/identity.xsl
deleted file mode 100644
index 6630f84d..00000000
--- a/tools/identity.xsl
+++ /dev/null
@@ -1,7 +0,0 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:template match="@*|node()">
- <xsl:copy>
- <xsl:apply-templates select="@*|node()"/>
- </xsl:copy>
- </xsl:template>
-</xsl:stylesheet>