summaryrefslogtreecommitdiff
path: root/client/indent.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'client/indent.xsl')
-rw-r--r--client/indent.xsl7
1 files changed, 0 insertions, 7 deletions
diff --git a/client/indent.xsl b/client/indent.xsl
deleted file mode 100644
index 7d747ab..0000000
--- a/client/indent.xsl
+++ /dev/null
@@ -1,7 +0,0 @@
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:output method="xml" indent="yes"/>
- <xsl:strip-space elements="*"/>
- <xsl:template match="/">
- <xsl:copy-of select="."/>
- </xsl:template>
-</xsl:stylesheet>