Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

root/branches/cherrypy-2.1/docs/book/xsl/chunked.xsl

Revision 735 (checked in by dowski, 3 years ago)

Fix for #335.

Line 
1 <?xml version='1.0'?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 xmlns:fo="http://www.w3.org/1999/XSL/Format"
4                 version='1.0'>
5                
6   <xsl:import href="../../../tools/docbook/docbook-xsl-1.68.1/xhtml/chunk.xsl" />
7   <xsl:param name="html.stylesheet.type">text/css</xsl:param>
8   <xsl:param name="html.stylesheet" select="'css/style.css'" />
9   <xsl:param name="generate.index" select="1"/>
10   <xsl:param name="default.table.width" select="&apos;780&apos;"/>
11   <xsl:param name="chapter.autolabel" select="1"/>
12   <xsl:param name="section.autolabel" select="1"/>
13   <xsl:param name="table.cell.border.color" select="&apos;&apos;"/>
14   <xsl:param name="table.borders.with.css" select="1"/>
15   <xsl:param name="html.cellspacing" select="&apos;0&apos;"/>
16   <xsl:param name="qanda.defaultlabel">number</xsl:param>
17   <xsl:param name="qanda.inherit.numeration" select="0"/>
18   <xsl:param name="css.decoration" select="0" />
19   <xsl:param name="chunk.section.depth" select="1"/>
20   <xsl:param name="local.l10n.xml" select="document(&apos;&apos;)"/>
21   <xsl:param name="img.src.path">./images/</xsl:param>
22   <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
23     <l:l10n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0" language="en">
24       <l:context name="xref">
25         <l:template name="chapter" style="title" text="Chapter %n, %t"/>
26         <l:template name="chapter" text="Chapter %n"/>
27       </l:context>
28     </l:l10n>
29   </l:i18n>
30   <xsl:param name="generate.toc">
31      book      toc
32      appendix  toc
33      section   toc
34      refentry  toc
35   </xsl:param>
36   <xsl:param name="base.dir" select="''"/>
37   <xsl:param name="use.id.as.filename" select="1"/>
38 </xsl:stylesheet>
Note: See TracBrowser for help on using the browser.

Hosted by WebFaction

Log in as guest/cpguest to create tickets