|
Boost-Commit : |
From: fmhess_at_[hidden]
Date: 2007-11-29 13:55:48
Author: fmhess
Date: 2007-11-29 13:55:48 EST (Thu, 29 Nov 2007)
New Revision: 41468
URL: http://svn.boost.org/trac/boost/changeset/41468
Log:
Fix for some failed attempts to apply templates to
"description" elements in "annotation" mode that were introduced by revision
41463
Text files modified:
sandbox/boost_docs/trunk/tools/boostbook/xsl/annotation.xsl | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: sandbox/boost_docs/trunk/tools/boostbook/xsl/annotation.xsl
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/xsl/annotation.xsl (original)
+++ sandbox/boost_docs/trunk/tools/boostbook/xsl/annotation.xsl 2007-11-29 13:55:48 EST (Thu, 29 Nov 2007)
@@ -351,6 +351,10 @@
</emphasis>
</xsl:template>
+ <xsl:template match="description" mode="annotation">
+ <xsl:apply-templates mode="annotation"/>
+ </xsl:template>
+
<xsl:template match="comment()" mode="annotation">
<xsl:copy/>
</xsl:template>
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