diff options
| author | Anton Bobov <abobov@gmail.com> | 2016-08-10 00:01:12 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2016-08-10 00:06:56 +0500 |
| commit | 54f121265ece225dfd8e069af1a44878c01730c2 (patch) | |
| tree | ca446dd7f13d5b8caf603f8bbc6b68164a493881 /files/.vim/templates/=template=.xsl | |
| parent | a3a4c9eafbecab8b223e259d331622a132f56e8f (diff) | |
[vim] Update templates to new plugin.
Diffstat (limited to 'files/.vim/templates/=template=.xsl')
| -rw-r--r-- | files/.vim/templates/=template=.xsl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/files/.vim/templates/=template=.xsl b/files/.vim/templates/=template=.xsl new file mode 100644 index 0000000..c0e54b8 --- /dev/null +++ b/files/.vim/templates/=template=.xsl @@ -0,0 +1,13 @@ +<?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>
|
