mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Update the single-html template to match in style processing the multi-html template (mostly).
[SVN r76481]
This commit is contained in:
parent
810173480c
commit
cb5d46ec94
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user