Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76481 - trunk/tools/boostbook/xsl
From: grafikrobot_at_[hidden]
Date: 2012-01-14 01:39:14


Author: grafik
Date: 2012-01-14 01:39:13 EST (Sat, 14 Jan 2012)
New Revision: 76481
URL: http://svn.boost.org/trac/boost/changeset/76481

Log:
Update the single-html template to match in style processing the multi-html template (mostly).
Text files modified:
   trunk/tools/boostbook/xsl/html-single.xsl | 13 +++++++++++--
   1 files changed, 11 insertions(+), 2 deletions(-)

Modified: trunk/tools/boostbook/xsl/html-single.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/html-single.xsl (original)
+++ trunk/tools/boostbook/xsl/html-single.xsl 2012-01-14 01:39:13 EST (Sat, 14 Jan 2012)
@@ -13,8 +13,17 @@
   <!-- 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"/>
+ <!-- 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>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk