- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 06 Jul 2006 18:00:12 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite
In directory hutz:/tmp/cvs-serv12846/test-suite
Modified Files:
assertions-report.xsl
Log Message:
Added description
Index: assertions-report.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/assertions-report.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C 2 -d -r1.3 -r1.4
*** assertions-report.xsl 6 Jul 2006 16:23:34 -0000 1.3
--- assertions-report.xsl 6 Jul 2006 18:00:10 -0000 1.4
***************
*** 62,67 ****
<td class='count'><xsl:value-of select='$count'/></td>
<td>
! <a href='{concat(@origin, "/#", @id)}'><xsl:value-of select='$id' />
!  <img src='information-icon.gif' alt='{.}'/></a>
</td>
<td class='class'><xsl:value-of select='@class' /></td>
--- 62,69 ----
<td class='count'><xsl:value-of select='$count'/></td>
<td>
! <a href='{concat(@origin, "/#", @id)}'><xsl:value-of select='$id' /></a>
! </td>
! <td>
! <xsl:value-of select='.'/>
</td>
<td class='class'><xsl:value-of select='@class' /></td>
Received on Thursday, 6 July 2006 18:00:18 UTC