- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Aug 2005 11:39:43 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv32111
Modified Files:
xmlspec2latex.xsl
Log Message:
Updated comment to reflect the change for bibl
Index: xmlspec2latex.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec2latex.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** xmlspec2latex.xsl 1 Aug 2005 11:39:15 -0000 1.5
--- xmlspec2latex.xsl 1 Aug 2005 11:39:41 -0000 1.6
***************
*** 499,503 ****
</xsl:template>
! <!-- transform <bibl id="..." key="..." href="..."> to \hypertarget{@id}{}\item[@key] ... -->
<xsl:template match="bibl">
<xsl:text>\item[{[</xsl:text>
--- 499,503 ----
</xsl:template>
! <!-- transform <bibl id="..." key="..." href="..."> to \item[@key]\hypertarget{@id}{} ... -->
<xsl:template match="bibl">
<xsl:text>\item[{[</xsl:text>
Received on Monday, 1 August 2005 11:39:45 UTC