aboutsummaryrefslogtreecommitdiff
path: root/docs/xsl/html.xsl
blob: 7908f2bd0629e9f459162c4e3e118aefe121db37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.0'?>
<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">

<!-- This file is for customizing the default XSL stylesheets. -->
<!-- We include them here (this one is for HTML output):       -->
<xsl:import
 href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk.xsl"/>

<!-- .. and customize them here:                               -->
<xsl:include href="fileext.xsl"/>
<xsl:include href="keycombo.xsl"/>
<!-- <xsl:include href="admon.xsl"/> -->
<xsl:include href="css.xsl"/>

<xsl:param name="generate.component.toc" select="0"/>

</xsl:stylesheet>