Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51843 - sandbox/committee/LWG/cd_status
From: bdawes_at_[hidden]
Date: 2009-03-18 16:13:25


Author: bemandawes
Date: 2009-03-18 16:13:24 EDT (Wed, 18 Mar 2009)
New Revision: 51843
URL: http://svn.boost.org/trac/boost/changeset/51843

Log:
Always separate empty notes and rationale onto two lines; both Beman and Mike prefer it that way, and Mike showed Beman how to cope with that in a test.
Text files modified:
   sandbox/committee/LWG/cd_status/comments_report.xsl | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/committee/LWG/cd_status/comments_report.xsl
==============================================================================
--- sandbox/committee/LWG/cd_status/comments_report.xsl (original)
+++ sandbox/committee/LWG/cd_status/comments_report.xsl 2009-03-18 16:13:24 EDT (Wed, 18 Mar 2009)
@@ -166,12 +166,12 @@
    <p><b>Suggestion</b></p>
     <xsl:apply-templates select="suggestion/*|suggestion/text()"/>
     
- <xsl:if test="string(notes)">
+ <xsl:if test="normalize-space(notes)">
     <p><b>Notes</b></p>
      <xsl:apply-templates select="notes/*|notes/text()"/>
    </xsl:if>
    
- <xsl:if test="string(rationale)">
+ <xsl:if test="normalize-space(rationale)">
     <p><b>Rationale</b></p>
      <xsl:value-of select="rationale"/>
    </xsl:if>


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