diff options
Diffstat (limited to 'doc/custom_layer_single_html.xsl')
-rw-r--r-- | doc/custom_layer_single_html.xsl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/custom_layer_single_html.xsl b/doc/custom_layer_single_html.xsl new file mode 100644 index 00000000..bdd136d8 --- /dev/null +++ b/doc/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> |