Added a few comments here and there
[linux_from_scratch.git] / newxml / stylesheets / lfs-chunked.xsl
blob33e08d8d49e111b3b8775bf58bff094206cc261a
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0">
5 <xsl:import href="/usr/share/xml/docbook/xsl-stylesheets-1.64.1/xhtml/chunk.xsl"/>
7 <xsl:param name="html.stylesheet" select="'../stylesheets/lfs.css'"/>
8 <xsl:param name="generate.legalnotice.link" select="1"/>
10 <xsl:param name="generate.toc">
11 appendix toc
12 book toc,title,figure,table,example,equation
13 chapter nop
14 part toc
15 preface nop
16 qandadiv nop
17 qandaset nop
18 reference nop
19 sect1 nop
20 sect2 nop
21 sect3 nop
22 sect4 nop
23 sect5 nop
24 section nop
25 set nop
26 </xsl:param>
27 <xsl:param name="toc.section.depth">3</xsl:param>
28 <xsl:param name="toc.max.depth">3</xsl:param>
29 </xsl:stylesheet>