summaryrefslogtreecommitdiff
path: root/indent.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'indent.xsl')
-rw-r--r--indent.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/indent.xsl b/indent.xsl
new file mode 100644
index 0000000..7d747ab
--- /dev/null
+++ b/indent.xsl
@@ -0,0 +1,7 @@
+<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>