Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r63144 - trunk/tools/boostbook/xsl
From: daniel_james_at_[hidden]
Date: 2010-06-20 13:56:49


Author: danieljames
Date: 2010-06-20 13:56:48 EDT (Sun, 20 Jun 2010)
New Revision: 63144
URL: http://svn.boost.org/trac/boost/changeset/63144

Log:
Don't include 'type' elements in output.
Text files modified:
   trunk/tools/boostbook/xsl/annotation.xsl | 4 ++++
   trunk/tools/boostbook/xsl/source-highlight.xsl | 5 +++++
   2 files changed, 9 insertions(+), 0 deletions(-)

Modified: trunk/tools/boostbook/xsl/annotation.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/annotation.xsl (original)
+++ trunk/tools/boostbook/xsl/annotation.xsl 2010-06-20 13:56:48 EDT (Sun, 20 Jun 2010)
@@ -398,6 +398,10 @@
     <xsl:apply-templates mode="annotation"/>
   </xsl:template>
 
+ <xsl:template match="type" mode="annotation">
+ <xsl:apply-templates mode="annotation"/>
+ </xsl:template>
+
   <xsl:template match="comment()" mode="annotation">
     <xsl:copy/>
   </xsl:template>

Modified: trunk/tools/boostbook/xsl/source-highlight.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/source-highlight.xsl (original)
+++ trunk/tools/boostbook/xsl/source-highlight.xsl 2010-06-20 13:56:48 EDT (Sun, 20 Jun 2010)
@@ -457,4 +457,9 @@
                        conceptname|macroname|globalname" mode="highlight">
     <xsl:apply-templates select="." mode="annotation"/>
   </xsl:template>
+
+ <xsl:template match="type" mode="highlight">
+ <xsl:apply-templates mode="highlight"/>
+ </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