blob: 4b7e3c8b69e8a8b62803213817403d48e73c20d2 [file] [log] [blame]
<?xml version='1.0'?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'
xmlns="http://www.w3.org/TR/xhtml1/transitional"
exclude-result-prefixes="#default">
<xsl:import href="header.xsl"/>
<xsl:import href="footer.xsl"/>
<xsl:template name="body.attributes" />
<xsl:param name="html.stylesheet" select="'docbook.css'"/>
<xsl:param name="use.id.as.filename" select="1"/>
<xsl:param name="generate.legalnotice.link" select="'1'"/>
<xsl:param name="generate.section.toc.level" select="100"></xsl:param>
<xsl:param name="toc.section.depth" select="10"/>
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="section.label.includes.component.label" select="1"/>
<xsl:param name="chunk.section.depth" select="100"></xsl:param>
<xsl:param name="chunk.first.sections" select="1"></xsl:param>
<xsl:param name="navig.showtitles" select="1"></xsl:param>
<xsl:param name="admon.graphics" select="1"></xsl:param>
<xsl:param name="admon.graphics.extension">.png</xsl:param>
<xsl:param name="admon.graphics.path">images/</xsl:param>
<xsl:param name="navig.graphics" select="1"></xsl:param>
<xsl:param name="navig.graphics.extension">.png</xsl:param>
<xsl:param name="navig.graphics.path">images/</xsl:param>
<xsl:param name="header.rule" select="0"></xsl:param>
<xsl:param name="footer.rule" select="0"></xsl:param>
<xsl:param name="suppress.header.navigation" select="1"></xsl:param>
<xsl:param name="generate.index" select="1"></xsl:param>
<xsl:param name="spacing.paras" select="0"></xsl:param>
<xsl:param name="html.cleanup" select="1"></xsl:param>
<xsl:param name="table.borders.with.css" select="1"></xsl:param>
<!-- xsl:param name="id.warnings" select="1"></xsl:param -->
<xsl:param name="generate.toc">
appendix toc,title
article toc,title,figure,equation
book toc,title,figure,example,equation
chapter toc,title
part toc,title
preface toc,title
qandadiv toc
qandaset toc
reference toc,title
sect1 toc
sect2 toc
sect3 toc
sect4 toc
sect5 toc
section toc
set toc,title
</xsl:param>
</xsl:stylesheet>