summaryrefslogtreecommitdiff
path: root/tools/boostbook/xsl/html-single.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/boostbook/xsl/html-single.xsl')
-rw-r--r--tools/boostbook/xsl/html-single.xsl16
1 files changed, 14 insertions, 2 deletions
diff --git a/tools/boostbook/xsl/html-single.xsl b/tools/boostbook/xsl/html-single.xsl
index d453a84cc..6291f25ce 100644
--- a/tools/boostbook/xsl/html-single.xsl
+++ b/tools/boostbook/xsl/html-single.xsl
@@ -13,8 +13,20 @@
<!-- Import the HTML stylesheet -->
<xsl:import
href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
- <xsl:import href="admon.xsl"/>
- <xsl:import href="relative-href.xsl"/>
+ <xsl:import
+ href="http://docbook.sourceforge.net/release/xsl/current/html/math.xsl"/>
+
+ <xsl:output method="html" encoding="US-ASCII" indent="no"/>
+
+ <!-- We have to make sure that our templates override all
+ docbook templates. Therefore, we include our own templates
+ instead of importing them. In order for this to work,
+ the stylesheets included here cannot also include each other -->
+ <xsl:include href="docbook-layout.xsl"/>
+ <xsl:include href="admon.xsl"/>
+ <xsl:include href="xref.xsl"/>
+ <xsl:include href="relative-href.xsl"/>
+ <xsl:include href="callout.xsl"/>
<xsl:param name="admon.style"/>
<xsl:param name="admon.graphics">1</xsl:param>