2002/ws/desc/wsdl20 xmlspec.xsl,1.12,1.13

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

Modified Files:
	xmlspec.xsl 
Log Message:
Added support for @id on ednote


Index: xmlspec.xsl
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/xmlspec.xsl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** xmlspec.xsl	11 May 2005 03:00:43 -0000	1.12
--- xmlspec.xsl	7 Jun 2005 08:06:29 -0000	1.13
***************
*** 616,619 ****
--- 616,624 ----
      <xsl:if test="$show.ednotes != 0">
        <table border="1">
+ 	  <xsl:if test="@id">
+ 	    <xsl:attribute name="id">
+ 	      <xsl:value-of select="@id"/>
+ 	    </xsl:attribute>
+ 	  </xsl:if>
            <!-- MJH added diff marking -->
            <xsl:if test="@diff and $show.diff.markup='1'">

Received on Tuesday, 7 June 2005 08:06:36 UTC