- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Dec 2005 10:47:49 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv24505
Modified Files:
xmlspec-wsdl.xsl
Log Message:
Enclosing dagger in sup
Index: xmlspec-wsdl.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec-wsdl.xsl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** xmlspec-wsdl.xsl 8 Dec 2005 10:40:21 -0000 1.14
--- xmlspec-wsdl.xsl 8 Dec 2005 10:47:46 -0000 1.15
***************
*** 51,57 ****
</xsl:otherwise>
</xsl:choose>
! <a href="#{@id}-summary">
<xsl:text>†</xsl:text>
! </a>
</xsl:when>
<xsl:otherwise>
--- 51,57 ----
</xsl:otherwise>
</xsl:choose>
! <sup><a href="#{@id}-summary">
<xsl:text>†</xsl:text>
! </a></sup>
</xsl:when>
<xsl:otherwise>
Received on Thursday, 8 December 2005 10:48:50 UTC