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

Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv31980

Modified Files:
	xmlspec2latex.xsl 
Log Message:
Fixed my hypertarget issues


Index: xmlspec2latex.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec2latex.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** xmlspec2latex.xsl	1 Aug 2005 11:32:12 -0000	1.4
--- xmlspec2latex.xsl	1 Aug 2005 11:39:15 -0000	1.5
***************
*** 501,509 ****
  	<!-- transform <bibl id="..." key="..." href="..."> to \hypertarget{@id}{}\item[@key] ... -->
  	<xsl:template match="bibl">
  		<xsl:text>\hypertarget{</xsl:text>
  		<xsl:value-of select="@id" />
! 		<xsl:text>}{}\item[{[</xsl:text>
! 		<xsl:value-of select="@key" />
! 		<xsl:text>]}] \ &nl;</xsl:text>
  		<xsl:apply-templates />
  	</xsl:template>
--- 501,511 ----
  	<!-- transform <bibl id="..." key="..." href="..."> to \hypertarget{@id}{}\item[@key] ... -->
  	<xsl:template match="bibl">
+ 		<xsl:text>\item[{[</xsl:text>
+ 		<xsl:value-of select="@key" />
+ 		<xsl:text>]}]</xsl:text>
  		<xsl:text>\hypertarget{</xsl:text>
  		<xsl:value-of select="@id" />
! 		<xsl:text>}{}</xsl:text>
! 		<xsl:text>\ &nl;</xsl:text>
  		<xsl:apply-templates />
  	</xsl:template>

Received on Monday, 1 August 2005 11:39:20 UTC