2002/ws/desc/wsdl20 xmlspec2latex.xsl,1.5,1.6

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