2004-05-08 10:42:12 +08:00
|
|
|
<?xml version='1.0' encoding='ISO-8859-1'?>
|
|
|
|
|
2004-04-13 09:59:18 +08:00
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
|
|
version="1.0">
|
|
|
|
|
2007-07-07 18:24:03 +08:00
|
|
|
<!-- LFS top-level chunk templates. -->
|
|
|
|
<xsl:import href="lfs-xsl/chunkfast.xsl"/>
|
2005-01-07 13:14:15 +08:00
|
|
|
|
2007-07-07 18:24:03 +08:00
|
|
|
<!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
|
|
|
|
<xsl:param name="book-type">blfs</xsl:param>
|
2005-01-07 13:14:15 +08:00
|
|
|
|
2007-07-07 18:24:03 +08:00
|
|
|
<!-- Are sections enumerated? 1 = yes, 0 = no
|
|
|
|
Note: Activating this will increase a lot rendering time. -->
|
|
|
|
<xsl:param name="section.autolabel" select="0"/>
|
2005-05-31 01:47:08 +08:00
|
|
|
|
2007-07-07 18:24:03 +08:00
|
|
|
<!-- Do section labels include the component label? 1 = yes, 0 = no -->
|
|
|
|
<xsl:param name="section.label.includes.component.label" select="0"/>
|
2004-05-19 09:42:48 +08:00
|
|
|
|
2004-04-13 09:59:18 +08:00
|
|
|
</xsl:stylesheet>
|