Mercurial > hgbook
view stylesheets/chunk-stylesheet.xsl @ 765:d8c85d831fb4
Merge with http://hg.serpentine.com/mercurial/book
author | Dongsheng Song <songdongsheng@live.cn> |
---|---|
date | Tue, 31 Mar 2009 21:17:59 +0800 |
parents | bae6d1503482 |
children |
line wrap: on
line source
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> <xsl:import href="system-xsl/html/chunk.xsl"/> <xsl:include href="base-html-stylesheet.xsl"/> <!-- PARAMETER REFERENCE: --> <!-- http://docbook.sourceforge.net/release/xsl/current/doc/html/ --> <!-- Uncomment this to enable auto-numbering of sections --> <!-- xsl:param name="section.autolabel" select="1" / --> <xsl:param name="chunker.output.encoding">UTF-8</xsl:param> <xsl:param name="use.id.as.filename" select="1"/> <xsl:param name="chunk.first.sections" select="0"/> <xsl:param name="chunk.section.depth" select="0"/> <xsl:param name="chunk.quietly" select="0"/> </xsl:stylesheet>