Git init
[pkgs/e/elektra.git] / doc / html-params.xsl
1 <?xml version='1.0'?>
2
3 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4                 version='1.0'
5                 xmlns="http://www.w3.org/TR/xhtml1/transitional"
6                 exclude-result-prefixes="#default">
7
8         <xsl:import href="/usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk.xsl"/>
9         <!--xsl:import href="_DBSTYLESHEET_"/-->
10
11         <xsl:output method="html" indent="yes" encoding="UTF-8"/>
12
13         <xsl:param name="chunk.section.depth" select="'1'"/>
14         <xsl:param name="chunker.output.method" select="'html'"/>
15
16         <xsl:param name="html.stylesheet" select="'docbook.css'"/>
17         <xsl:param name="html.stylesheet.type">text/css</xsl:param>
18
19         <xsl:param name="admon.graphics.extension" select="'.gif'"/>
20         <xsl:param name="admon.graphics" select="1"/>
21         <xsl:param name="callout.graphics.extension" select="'.gif'"/>
22         <xsl:param name="callouts.extension" select="'0'"/>
23
24         <xsl:param name="section.autolabel" select="'0'"/>
25         <xsl:param name="appendix.autolabel" select="'0'"/>
26
27         <xsl:param name="suppress.navigation">1</xsl:param>
28
29         <xsl:param name="shade.verbatim" select="'0'"/>
30
31         <xsl:param name="toc.max.depth">8</xsl:param>
32         <xsl:param name="toc.section.depth">2</xsl:param>
33
34         <xsl:param name="admon.style">
35                 <xsl:text>margin-left: 0.5in; margin-right: 1in;</xsl:text>
36         </xsl:param>
37
38         <xsl:param name="use.id.as.filename" select="'1'"/>
39
40         <xsl:param name="formal.title.placement">
41 figure after
42 example before
43 equation after
44 table before
45 procedure before
46         </xsl:param>
47
48         <xsl:param name="generate.toc">
49 appendix  toc
50 /article   toc
51 /book      toc,figure,table,example,equation
52 chapter   toc
53 part      toc
54 preface   toc
55 qandadiv  toc
56 qandaset  toc
57 reference toc
58 section   toc
59 set       toc
60         </xsl:param>
61
62 </xsl:stylesheet>