summaryrefslogtreecommitdiffstats
path: root/doc/style.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/style.xsl')
-rw-r--r--doc/style.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/style.xsl b/doc/style.xsl
new file mode 100644
index 0000000..40d4f2f
--- /dev/null
+++ b/doc/style.xsl
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<xsl:stylesheet version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+
+ <xsl:param name="make.year.ranges" select="1"/>
+ <xsl:param name="make.single.year.ranges" select="1"/>
+ <xsl:param name="use.id.as.filename" select="1"/>
+
+</xsl:stylesheet>