summaryrefslogtreecommitdiff
path: root/web/config.xsl
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-10 03:17:37 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-10 03:17:37 +0000
commit9a2c653277bc29889404ffb96fa47f9445a6ceaa (patch)
tree55af04bc09f1abee2076e83437db2997d682f2b5 /web/config.xsl
parent3528c72d7e832227c819deb422453fa1552d38f8 (diff)
More website tweaks. Added demo of extra xsl configuration
and CSS in chunked xhtml produced from docbook. git-svn-id: https://pandoc.googlecode.com/svn/trunk@489 788f1e2b-df1e-0410-8736-df70ead52e1b
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>