aboutsummaryrefslogtreecommitdiff
path: root/web/config.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'web/config.xsl')
-rw-r--r--web/config.xsl9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/config.xsl b/web/config.xsl
new file mode 100644
index 000000000..a4436e24c
--- /dev/null
+++ b/web/config.xsl
@@ -0,0 +1,9 @@
+<?xml version='1.0'?>
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:fo="http://www.w3.org/1999/XSL/Format"
+ version="1.0">
+ <xsl:param name="use.id.as.filename" select="'1'"/>
+ <xsl:param name="admon.graphics" select="'1'"/>
+ <xsl:param name="admon.graphics.path"></xsl:param>
+ <xsl:param name="html.stylesheet" select="'../docbook.css'"/>
+</xsl:stylesheet>