Add man page and pdate RPM to install it MPSPARQL-3
[mp-sparql-moved-to-github.git] / doc / stripref.xsl
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>
+