- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Feb 2006 13:40:29 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv17954
Modified Files:
xmlspec-wsdl.xsl
Log Message:
Added test-assertion class
Using /spec/@role instead of $status
Index: xmlspec-wsdl.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec-wsdl.xsl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** xmlspec-wsdl.xsl 8 Dec 2005 12:01:50 -0000 1.16
--- xmlspec-wsdl.xsl 9 Feb 2006 13:40:26 -0000 1.17
***************
*** 29,32 ****
--- 29,33 ----
<xsl:param name="additional.css">
th { color: #000000; background-color: #CCCC99; }
+ span.test-assertion { background-color: pink; }
</xsl:param>
***************
*** 42,47 ****
<a name="{@id}" />
<xsl:choose>
! <xsl:when test="$status='ed-copy'">
! <span style="background-color: pink;">
<xsl:apply-templates select="*|text()" />
</span>
--- 43,48 ----
<a name="{@id}" />
<xsl:choose>
! <xsl:when test="/spec/@role='editors-copy'">
! <span class="test-assertion">
<xsl:apply-templates select="*|text()" />
</span>
Received on Thursday, 9 February 2006 13:40:35 UTC