- From: CVS User fsasaki <cvsmail@w3.org>
- Date: Sun, 20 Jan 2013 21:15:22 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt In directory gil:/tmp/cvs-serv21866/tools/xslt Modified Files: disco-for-its20.xsl Log Message: and more for the lc comments --- /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2013/01/20 19:08:23 1.16 +++ /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/tools/xslt/disco-for-its20.xsl 2013/01/20 21:15:21 1.17 @@ -150,7 +150,7 @@ <xsl:template match="issue[contains(notes,'DUPLICATE-OF:')]"> <xsl:variable name="mainIssue" select="translate(substring-after(notes/note[contains(description,'DUPLICATE-OF:')][last()]/description,'DUPLICATE-OF:'),' ','')"/> - <tr class="duplicate"> + <tr class="duplicate" xmlns="http://www.w3.org/1999/xhtml"> <td> <a href="{concat('https://www.w3.org/International/multilingualweb/lt/track/issues/',id)}"> @@ -177,7 +177,7 @@ <xsl:variable name="decision-details" select="substring-after(notes/note[contains(description,'DECISION-DETAILS:')][last()]/description,'DECISION-DETAILS:')"/> <xsl:variable name="relatedComments" select="notes/note[contains(description,'RELATED-COMMENT:')]"></xsl:variable> - <tr> + <tr xmlns="http://www.w3.org/1999/xhtml"> <td> <a href="{concat('https://www.w3.org/International/multilingualweb/lt/track/issues/',id)}"> @@ -213,6 +213,10 @@ <span class="unknown">unknown</span> </xsl:otherwise> </xsl:choose> + <xsl:if test="contains($commentors-response,'http://') and contains($commentors-response,'satisfied')"> + <xsl:variable name="mail" select="replace($commentors-response,'(.*)(http)','$2')"/> + (<a href="{$mail}">mail</a>) + </xsl:if> </td> <td> <xsl:choose>
Received on Sunday, 20 January 2013 21:15:22 UTC