Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51321 - trunk/tools/boostbook/xsl
From: daniel_james_at_[hidden]
Date: 2009-02-18 16:23:36


Author: danieljames
Date: 2009-02-18 16:23:35 EST (Wed, 18 Feb 2009)
New Revision: 51321
URL: http://svn.boost.org/trac/boost/changeset/51321

Log:
Add default path for callouts to xhtml.
Text files modified:
   trunk/tools/boostbook/xsl/xhtml.xsl | 6 ++++--
   1 files changed, 4 insertions(+), 2 deletions(-)

Modified: trunk/tools/boostbook/xsl/xhtml.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/xhtml.xsl (original)
+++ trunk/tools/boostbook/xsl/xhtml.xsl 2009-02-18 16:23:35 EST (Wed, 18 Feb 2009)
@@ -46,9 +46,11 @@
             select = "concat($boost.root, '/doc/xhtml/images/')"/>
   <xsl:param name = "navig.graphics.path"
             select = "concat($boost.root, '/doc/xhtml/images/')"/>
+ <xsl:param name = "callout.graphics.path"
+ select = "concat($boost.root, '/doc/src/images/callouts/')"/>
 
 
- <xsl:param name="admon.style">
+ <xsl:param name="admon.style">
     <!-- Remove the style. Let the CSS do the styling -->
 </xsl:param>
 
@@ -75,6 +77,7 @@
 set toc,title
   </xsl:param>
 
+
   <xsl:template name="format.cvs.revision">
     <xsl:param name="text"/>
 
@@ -307,4 +310,3 @@
 </xsl:template>
 
 </xsl:stylesheet>
-


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