| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'> |
| |
| <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk.xsl" /> |
| |
| |
| |
| |
| |
| |
| |
| <xsl:param name="html.stylesheet">Css/stylesheet.css</xsl:param> |
| |
| <xsl:param name="chunk.quietly" select="1"></xsl:param> |
| <xsl:param name="section.autolabel" select="1"></xsl:param> |
| <xsl:param name="section.label.includes.component.label" select="1"></xsl:param> |
| <xsl:param name="admon.graphics" select="1"></xsl:param> |
| <xsl:param name="admon.graphics.path">Images/</xsl:param> |
| <xsl:param name="callout.graphics.path" select="'Images/'"></xsl:param> |
| |
| |
| |
| |
| <xsl:param name="generate.toc"> |
| appendix toc,title |
| article/appendix nop |
| article toc,title |
| book toc,title,figure,table,example,equation |
| chapter toc,title |
| part toc,title |
| preface toc,title |
| qandadiv toc |
| qandaset toc |
| reference nop |
| sect1 toc |
| sect2 toc |
| sect3 toc |
| sect4 toc |
| sect5 toc |
| section toc |
| set toc,title |
| </xsl:param> |
| |
| </xsl:stylesheet> |