hgbook
diff stylesheets/chunk-stylesheet.xsl @ 1098:f01108de23c3
2.7.1.2 zh translated
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Tue Nov 24 21:59:43 2009 -0500 (2009-11-24) |
parents | 23dc79421e06 |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/stylesheets/chunk-stylesheet.xsl Tue Nov 24 21:59:43 2009 -0500 1.3 @@ -0,0 +1,17 @@ 1.4 +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> 1.5 + 1.6 + <xsl:import href="system-xsl/html/chunk.xsl"/> 1.7 + <xsl:include href="base-html-stylesheet.xsl"/> 1.8 + 1.9 + <!-- PARAMETER REFERENCE: --> 1.10 + <!-- http://docbook.sourceforge.net/release/xsl/current/doc/html/ --> 1.11 + 1.12 + <!-- Uncomment this to enable auto-numbering of sections --> 1.13 + <!-- xsl:param name="section.autolabel" select="1" / --> 1.14 + <xsl:param name="chunker.output.encoding">UTF-8</xsl:param> 1.15 + <xsl:param name="use.id.as.filename" select="1"/> 1.16 + <xsl:param name="chunk.first.sections" select="0"/> 1.17 + <xsl:param name="chunk.section.depth" select="0"/> 1.18 + <xsl:param name="chunk.quietly" select="0"/> 1.19 + 1.20 +</xsl:stylesheet>