hgbook

annotate stylesheets/chunk-stylesheet.xsl @ 1024:ea04ebd452b5

French : second part of ch06
author André Sintzoff <andre.sintzoff@gmail.com>
date Thu Dec 03 22:45:38 2009 +0100 (2009-12-03)
parents 23dc79421e06
children
rev   line source
bos@557 1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
bos@557 2
bos@557 3 <xsl:import href="system-xsl/html/chunk.xsl"/>
bos@557 4 <xsl:include href="base-html-stylesheet.xsl"/>
bos@557 5
bos@557 6 <!-- PARAMETER REFERENCE: -->
bos@557 7 <!-- http://docbook.sourceforge.net/release/xsl/current/doc/html/ -->
bos@557 8
bos@557 9 <!-- Uncomment this to enable auto-numbering of sections -->
bos@557 10 <!-- xsl:param name="section.autolabel" select="1" / -->
bos@557 11 <xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
bos@557 12 <xsl:param name="use.id.as.filename" select="1"/>
bos@557 13 <xsl:param name="chunk.first.sections" select="0"/>
bos@557 14 <xsl:param name="chunk.section.depth" select="0"/>
bos@557 15 <xsl:param name="chunk.quietly" select="0"/>
bos@557 16
bos@557 17 </xsl:stylesheet>