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
RevLine 
[ab4fdfc]1<?xml version='1.0' encoding='UTF-8'?>
[5d4975d]2
[eff3826]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
[4685d1c]7 <!-- LFS top-level chunk templates. -->
8 <xsl:import href="lfs-xsl/chunkfast.xsl"/>
[3fe8b511]9
[4685d1c]10 <!-- The LFS book type to be processed (lfs, blfs, clfs, or hlfs) -->
11 <xsl:param name="book-type">blfs</xsl:param>
[3fe8b511]12
[4685d1c]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"/>
[845e9193]16
[4685d1c]17 <!-- Do section labels include the component label? 1 = yes, 0 = no -->
18 <xsl:param name="section.label.includes.component.label" select="0"/>
[0459c559]19
[eff3826]20</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.