Docs: add dmarc_tld_file link
[exim.git] / doc / doc-docbook / MyStyle-chunk-html.xsl
1 <!-- This stylesheet driver imports the DocBook XML stylesheet for chunked
2 HTML output, and then imports my common stylesheet for HTML output. Finally, it
3 fiddles with the chunking parameters to arrange for chapter chunking only (no
4 section 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>