1<?xml version='1.0'?>
2<xsl:stylesheet
3    xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
4
5    <!-- Produce a single file when building parts of documentation -->
6    <xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
7
8    <!-- Import plain-text customization -->
9    <xsl:import href="txt.xsl"/>
10
11	<xsl:param name="section.autolabel">1</xsl:param>
12	<xsl:param name="section.label.includes.component.label">1</xsl:param>
13	<xsl:param name="generate.toc">book toc,title,figure,table,example</xsl:param>
14</xsl:stylesheet>