summaryrefslogtreecommitdiffstats
path: root/tools/faq_chunks.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/faq_chunks.xsl')
-rw-r--r--tools/faq_chunks.xsl19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/faq_chunks.xsl b/tools/faq_chunks.xsl
index 5b5abec..05b1cff 100644
--- a/tools/faq_chunks.xsl
+++ b/tools/faq_chunks.xsl
@@ -1,4 +1,7 @@
<?xml version='1.0'?>
+<!DOCTYPE xsl:stylesheet [
+<!ENTITY css SYSTEM "faq.css">
+]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>
@@ -73,4 +76,20 @@
<xsl:param name="navig.showtitles">1</xsl:param>
+<!-- Auto label qandadiv -->
+
+<xsl:param name="qandadiv.autolabel" select="1"></xsl:param>
+
+<!-- Add CSS stylesheet content to the HTML header -->
+
+<xsl:template name="user.head.content">
+<style type="text/css">
+&css;
+</style>
+</xsl:template>
+
+<!-- Nice HTML output -->
+
+<xsl:param name="chunker.output.indent">yes</xsl:param>
+
</xsl:stylesheet>