- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Dec 2005 12:01:52 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv7618
Modified Files:
xmlspec-wsdl.xsl
Log Message:
Added title on dagger links
Index: xmlspec-wsdl.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec-wsdl.xsl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** xmlspec-wsdl.xsl 8 Dec 2005 10:47:46 -0000 1.15
--- xmlspec-wsdl.xsl 8 Dec 2005 12:01:50 -0000 1.16
***************
*** 51,55 ****
</xsl:otherwise>
</xsl:choose>
! <sup><a href="#{@id}-summary">
<xsl:text>†</xsl:text>
</a></sup>
--- 51,56 ----
</xsl:otherwise>
</xsl:choose>
! <sup><a href="#{@id}-summary"
! title="Link to assertion {@id} summary">
<xsl:text>†</xsl:text>
</a></sup>
Received on Thursday, 8 December 2005 12:02:00 UTC