summaryrefslogtreecommitdiffstats
path: root/docbook/custom_layer_single_html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docbook/custom_layer_single_html.xsl')
-rw-r--r--docbook/custom_layer_single_html.xsl16
1 files changed, 16 insertions, 0 deletions
diff --git a/docbook/custom_layer_single_html.xsl b/docbook/custom_layer_single_html.xsl
new file mode 100644
index 0000000..bdd136d
--- /dev/null
+++ b/docbook/custom_layer_single_html.xsl
@@ -0,0 +1,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>