Update the single-html template to match in style processing the multi-html template (mostly).

[SVN r76481]
This commit is contained in:
Rene Rivera 2012-01-14 06:39:13 +00:00
parent 810173480c
commit cb5d46ec94

View File

@ -13,8 +13,17 @@
<!-- Import the HTML stylesheet --> <!-- Import the HTML stylesheet -->
<xsl:import <xsl:import
href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/> href="http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl"/>
<xsl:import href="admon.xsl"/> <xsl:import
<xsl:import href="relative-href.xsl"/> href="http://docbook.sourceforge.net/release/xsl/current/html/math.xsl"/>
<!-- 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.style"/>
<xsl:param name="admon.graphics">1</xsl:param> <xsl:param name="admon.graphics">1</xsl:param>