Add doc caveats on cutthrough-delivery vs. verify-mode routers.
[exim.git] / doc / doc-docbook / MyStyle-chunk-html.xsl
... / ...
CommitLineData
1<!-- This stylesheet driver imports the DocBook XML stylesheet for chunked
2HTML output, and then imports my common stylesheet for HTML output. Finally, it
3fiddles with the chunking parameters to arrange for chapter chunking only (no
4section chunking). -->
5
6<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
7
8<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>
9<xsl:import href="MyStyle-html.xsl"/>
10
11
12<!-- No section chunking; don't output the list of chunks -->
13
14<xsl:param name="chunk.section.depth" select="0"></xsl:param>
15<xsl:param name="chunk.quietly" select="1"/>
16
17
18</xsl:stylesheet>