hgbook

view xsl/chunk-stylesheet.xsl @ 623:082bb76417f1

Add Po4a 0.37-dev(2009-03-08)
author Dongsheng Song <dongsheng.song@gmail.com>
date Thu Mar 12 15:43:56 2009 +0800 (2009-03-12)
parents
children
line source
1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
3 <xsl:import href="system-xsl/html/chunk.xsl"/>
4 <xsl:include href="base-html-stylesheet.xsl"/>
6 <!-- PARAMETER REFERENCE: -->
7 <!-- http://docbook.sourceforge.net/release/xsl/current/doc/html/ -->
9 <!-- Uncomment this to enable auto-numbering of sections -->
10 <!-- xsl:param name="section.autolabel" select="1" / -->
11 <xsl:param name="chunker.output.encoding">UTF-8</xsl:param>
12 <xsl:param name="use.id.as.filename" select="1"/>
13 <xsl:param name="chunk.first.sections" select="0"/>
14 <xsl:param name="chunk.section.depth" select="0"/>
15 <xsl:param name="chunk.quietly" select="0"/>
17 </xsl:stylesheet>