Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51846 - sandbox/committee/LWG/cd_status
From: bdawes_at_[hidden]
Date: 2009-03-18 17:22:24


Author: bemandawes
Date: 2009-03-18 17:22:23 EDT (Wed, 18 Mar 2009)
New Revision: 51846
URL: http://svn.boost.org/trac/boost/changeset/51846

Log:
Add sort, add Type
Text files modified:
   sandbox/committee/LWG/cd_status/comments_report.xsl | 10 ++++++++--
   1 files changed, 8 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 17:22:23 EDT (Wed, 18 Mar 2009)
@@ -76,8 +76,11 @@
        <xsl:apply-templates select="document/comment"/>
       </xsl:when>
       <xsl:otherwise>
- <xsl:apply-templates select="document/comment[@owner=$responsible]"/>
- </xsl:otherwise>
+ <xsl:apply-templates select="document/comment[@owner=$responsible]">
+ <xsl:sort select="translate(section,'-',' ')"/>
+ <xsl:sort select="para" data-type="number"/>
+ </xsl:apply-templates>
+ </xsl:otherwise>
      </xsl:choose>
     ---- End ----
   </BODY>
@@ -145,6 +148,9 @@
      <xsl:value-of select="@owner"/>
 
    </xsl:if>
+
+ <b>Type: </b>
+ <xsl:value-of select="@type"/>&#160;
     
    <b>Issue: </b>
     <xsl:if test="@issue[.!='']">


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