2005-01-07 13:14:15 +08:00
|
|
|
<?xml version='1.0' encoding='ISO-8859-1'?>
|
|
|
|
|
2007-01-19 03:38:19 +08:00
|
|
|
<!--
|
|
|
|
$LastChangedBy$
|
|
|
|
$Date$
|
|
|
|
-->
|
|
|
|
|
2005-01-07 13:14:15 +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 no-chunk templates. -->
|
|
|
|
<xsl:import href="lfs-xsl/nochunks.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-05-31 01:47:08 +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-01-07 13:14:15 +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"/>
|
2005-01-07 13:14:15 +08:00
|
|
|
|
|
|
|
</xsl:stylesheet>
|