aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/custom_layer_single_html.xsl
blob: bdd136d8964b8cd6b589bd7fed54b27225d4cfa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

<!-- copied from custom_layer_chm.xsl -->

<!-- import the main stylesheet -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>

<xsl:output
    method="html"
    encoding="UTF-8"
    indent="yes"
    />

</xsl:stylesheet>