source: stylesheets/blfs-chunked.xsl

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 744 bytes
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2
3<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns="http://www.w3.org/1999/xhtml"
5 version="1.0">
6
7 <!-- LFS top-level chunk templates. -->
8 <xsl:import href="lfs-xsl/chunkfast.xsl"/>
9
10 <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
11 <xsl:param name="book-type">blfs</xsl:param>
12
13 <!-- Are sections enumerated? 1 = yes, 0 = no
14 Note: Activating this will increase a lot rendering time. -->
15 <xsl:param name="section.autolabel" select="0"/>
16
17 <!-- Do section labels include the component label? 1 = yes, 0 = no -->
18 <xsl:param name="section.label.includes.component.label" select="0"/>
19
20</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.