- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Sun, 09 Dec 2012 16:37:12 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt
In directory gil:/tmp/cvs-serv2657/tools/xslt
Modified Files:
disco-for-its20.xsl
Log Message:
new version
--- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2012/12/09 16:23:03 1.1
+++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2012/12/09 16:37:12 1.2
@@ -106,20 +106,17 @@
<tr>
<th>Issue</th>
<th>First recorded</th>
- <th>Action</th>
- <th>Commenter Feedback</th>
- <th>Change Type</th>
- <th>Notes</th>
+ <th>Resolution ("accepted" or "rejected")</th>
+ <th>Commenter Feedback ("satisfied" or "unsatisfied")</th>
+ <th>Change Type ("editorial" or "substantive")</th>
</tr>
<xsl:for-each select="$comments">
- <xsl:variable name="action"
- select="substring-after(notes/note[contains(description,'ACTION:')][last()]/description,'ACTION:')"/>
+ <xsl:variable name="resolution"
+ select="substring-after(notes/note[contains(description,'RESOLUTION:')][last()]/description,'RESOLUTION:')"/>
<xsl:variable name="commentors-response"
select="substring-after(notes/note[contains(description,'COMMENTER-RESPONSE:')][last()]/description,'COMMENTER-RESPONSE:')"/>
<xsl:variable name="change-type"
select="substring-after(notes/note[contains(description,'CHANGE-TYPE:')][last()]/description,'CHANGE-TYPE:')"/>
- <xsl:variable name="resolution"
- select="substring-after(notes/note[contains(description,'RESOLUTION:')][last()]/description,'RESOLUTION:')"/>
<tr>
<td>
<a
@@ -135,8 +132,8 @@
<td>
<xsl:choose>
<xsl:when
- test="contains($action,'spec changed') or contains($action,'none')">
- <xsl:value-of select="$action"/>
+ test="contains($resolution,'accepted') or contains($resolution,'rejected')">
+ <xsl:value-of select="$resolution"/>
</xsl:when>
<xsl:otherwise>
<span class="unknown">unknown</span>
@@ -162,17 +159,6 @@
</xsl:when>
<xsl:otherwise>
<span class="unknown">unknown</span>
- </xsl:otherwise>
- </xsl:choose>
- </td>
- <td>
- <xsl:choose>
- <xsl:when
- test="contains($resolution,'accepted') or contains($resolution,'rejected')">
- <xsl:value-of select="$resolution"/>
- </xsl:when>
- <xsl:otherwise>
- <span class="unknown">unknown</span>
</xsl:otherwise>
</xsl:choose>
</td>
Received on Sunday, 9 December 2012 16:37:14 UTC