aboutsummaryrefslogtreecommitdiff
path: root/files/.vim/templates/template.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'files/.vim/templates/template.xsl')
-rwxr-xr-xfiles/.vim/templates/template.xsl13
1 files changed, 0 insertions, 13 deletions
diff --git a/files/.vim/templates/template.xsl b/files/.vim/templates/template.xsl
deleted file mode 100755
index c0e54b8..0000000
--- a/files/.vim/templates/template.xsl
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.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="node()|@*">
- <xsl:copy>
- <xsl:apply-templates select="node()|@*"/>
- </xsl:copy>
- </xsl:template>
-</xsl:stylesheet>