$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62349 - trunk/tools/boostbook/xsl
From: steven_at_[hidden]
Date: 2010-05-31 13:04:39
Author: steven_watanabe
Date: 2010-05-31 13:04:37 EDT (Mon, 31 May 2010)
New Revision: 62349
URL: http://svn.boost.org/trac/boost/changeset/62349
Log:
Remember to recurse after highlighting a number
Text files modified: 
   trunk/tools/boostbook/xsl/source-highlight.xsl |     3 +++                                     
   1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/tools/boostbook/xsl/source-highlight.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/source-highlight.xsl	(original)
+++ trunk/tools/boostbook/xsl/source-highlight.xsl	2010-05-31 13:04:37 EDT (Mon, 31 May 2010)
@@ -330,6 +330,9 @@
         <xsl:call-template name="highlight-number">
           <xsl:with-param name="text" select="substring($text, 1, $number-length)"/>
         </xsl:call-template>
+        <xsl:call-template name="highlight-text-impl-root">
+          <xsl:with-param name="text" select="substring($text, $number-length + 1)"/>
+        </xsl:call-template>
       </xsl:when>
       <xsl:when test="substring($text, 1, 1) = '"'">
         <xsl:variable name="string-length">