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

root/branches/cherrypy-2.x/docs/book/xsl/html.xsl

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

Fix for #335.

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

Hosted by WebFaction

Log in as guest/cpguest to create tickets