Add utility xsl for documentation
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 8 Jul 2014 13:00:05 +0000 (15:00 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 8 Jul 2014 13:00:05 +0000 (15:00 +0200)
doc/stripref.xsl [new file with mode: 0644]

diff --git a/doc/stripref.xsl b/doc/stripref.xsl
new file mode 100644 (file)
index 0000000..b39f24a
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<xsl:stylesheet
+  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+  version="1.0">
+
+    <xsl:output method="xml" encoding="UTF-8"/>
+
+<xsl:template match="/">
+  <xsl:comment>Generated by stripref.xsl . Do not edit</xsl:comment>
+  <xsl:copy-of select="*"/>
+</xsl:template>
+
+</xsl:stylesheet>
+