chiark / gitweb /
Move XSL parameters in specific files.
[developers-reference.git] / txt.xsl
1 <?xml version="1.0"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3                 version="1.0">
4   <xsl:import
5     href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
6   <xsl:param name="section.autolabel">1</xsl:param>
7   <xsl:param name="section.label.includes.component.label">1</xsl:param>
8   <xsl:param name="generate.toc">
9   appendix  title
10   article/appendix  nop
11   article   toc,title
12   book      toc,title,figure,table,example,equation
13   chapter   title
14   part      toc,title
15   preface   toc,title
16   qandadiv  toc
17   qandaset  toc
18   reference toc,title
19   sect1     toc
20   sect2     toc
21   sect3     toc
22   sect4     toc
23   sect5     toc
24   section   toc
25   set       toc,title
26   </xsl:param>
27 </xsl:stylesheet>