$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2007-10-11 13:47:02
Author: danieljames
Date: 2007-10-11 13:47:02 EDT (Thu, 11 Oct 2007)
New Revision: 39936
URL: http://svn.boost.org/trac/boost/changeset/39936
Log:
Include authors in authorgroups in the credits for a chapter.
Text files modified:
sandbox/boost_docs/trunk/tools/boostbook/xsl/library.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/boost_docs/trunk/tools/boostbook/xsl/library.xsl
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/xsl/library.xsl (original)
+++ sandbox/boost_docs/trunk/tools/boostbook/xsl/library.xsl 2007-10-11 13:47:02 EDT (Thu, 11 Oct 2007)
@@ -121,7 +121,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>