Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-10-17 13:27:43


Author: danieljames
Date: 2007-10-17 13:27:42 EDT (Wed, 17 Oct 2007)
New Revision: 40130
URL: http://svn.boost.org/trac/boost/changeset/40130

Log:
Include authors that are in authorgroups in the generated chapterinfo.
Text files modified:
   trunk/tools/boostbook/xsl/library.xsl | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/boostbook/xsl/library.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/library.xsl (original)
+++ trunk/tools/boostbook/xsl/library.xsl 2007-10-17 13:27:42 EDT (Wed, 17 Oct 2007)
@@ -120,7 +120,7 @@
 
   <xsl:template match="libraryinfo">
     <chapterinfo>
- <xsl:apply-templates select="author|copyright|legalnotice"/>
+ <xsl:apply-templates select="author|authorgroup/author|copyright|legalnotice"/>
     </chapterinfo>
   </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