Moved a debug statement to avoid a testing race.
[exim.git] / doc / doc-docbook / MyStyle-chunk-html.xsl
CommitLineData
b56c5fc4 1<!-- $Cambridge: exim/doc/doc-docbook/MyStyle-chunk-html.xsl,v 1.2 2005/08/05 10:57:41 ph10 Exp $ -->
168e428f
PH
2
3<!-- This stylesheet driver imports the DocBook XML stylesheet for chunked
4HTML output, and then imports my common stylesheet for HTML output. Finally, it
5fiddles with the chunking parameters to arrange for chapter chunking only (no
6section chunking). -->
7
8<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
9
b56c5fc4 10<xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets-1.68.1/xhtml/chunk.xsl"/>
168e428f
PH
11<xsl:import href="MyStyle-html.xsl"/>
12
13
14<!-- No section chunking; don't output the list of chunks -->
15
16<xsl:param name="chunk.section.depth" select="0"></xsl:param>
17<xsl:param name="chunk.quietly" select="1"/>
18
19
20</xsl:stylesheet>