hgbook
annotate stylesheets/chunk-stylesheet.xsl @ 964:6b680d569bb4
deleting a bunch of files not longer necessary to build the documentation.
Adding missing newly files needed to build the documentation
Adding missing newly files needed to build the documentation
author | Romain PELISSE <belaran@gmail.com> |
---|---|
date | Sun Aug 16 04:58:01 2009 +0200 (2009-08-16) |
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> |