|
Revision 325
(checked in by lawouach, 3 years ago)
|
Documentation book source commit (step 1)
|
| Line | |
|---|
| 1 |
<?xml version='1.0'?> |
|---|
| 2 |
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" |
|---|
| 3 |
version='1.0' |
|---|
| 4 |
xmlns="http://www.w3.org/TR/xhtml1/transitional" |
|---|
| 5 |
exclude-result-prefixes="#default"> |
|---|
| 6 |
|
|---|
| 7 |
<xsl:import href="../docbook-xsl-1.68.1/htmlhelp/htmlhelp.xsl"/> |
|---|
| 8 |
<xsl:include href="html.xsl"/> |
|---|
| 9 |
<xsl:param name="base.dir" select="''"/> |
|---|
| 10 |
<xsl:param name="htmlhelp.chm" select="'cherrypy.chm'"/> |
|---|
| 11 |
<!-- Code from http://lists.oasis-open.org/archives/docbook-apps/200102/msg00058.html --> |
|---|
| 12 |
<xsl:param name="use.id.as.filename" select="1"/> |
|---|
| 13 |
|
|---|
| 14 |
<xsl:param name="generate.index" select="0"/> |
|---|
| 15 |
<xsl:variable name="toc.section.depth">2</xsl:variable> |
|---|
| 16 |
|
|---|
| 17 |
<xsl:param name="generate.toc"> |
|---|
| 18 |
book toc |
|---|
| 19 |
appendix toc |
|---|
| 20 |
</xsl:param> |
|---|
| 21 |
|
|---|
| 22 |
<xsl:param name="suppress.navigation">0</xsl:param> |
|---|
| 23 |
|
|---|
| 24 |
<xsl:param name="htmlhelp.show.advanced.search" select="0"/> |
|---|
| 25 |
<xsl:param name="htmlhelp.use.hhk" select="1"/> |
|---|
| 26 |
<xsl:param name="htmlhelp.hhp.tail">style.css</xsl:param> |
|---|
| 27 |
<xsl:param name="htmlhelp.hhp.window" select="'The CherryPy Manual'"/> |
|---|
| 28 |
</xsl:stylesheet> |
|---|