| 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="'780'"/> |
|---|
| 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="''"/> |
|---|
| 14 |
<xsl:param name="table.borders.with.css" select="1"/> |
|---|
| 15 |
<xsl:param name="html.cellspacing" select="'0'"/> |
|---|
| 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('')"/> |
|---|
| 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> |
|---|