2002/ws/desc/test-suite/results/wsdl-xslt wsdl-component-model.xslt,1.15,1.16

Update of /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt
In directory hutz:/tmp/cvs-serv8722/test-suite/results/wsdl-xslt

Modified Files:
	wsdl-component-model.xslt 
Log Message:
Added missing xml:id attributes to MessageTest-1G and corrected stylesheet - Jonathan, please review my fix.

Index: wsdl-component-model.xslt
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/wsdl-component-model.xslt,v
retrieving revision 1.15
retrieving revision 1.16
diff -C 2 -d -r1.15 -r1.16
*** wsdl-component-model.xslt	17 Nov 2006 12:04:21 -0000	1.15
--- wsdl-component-model.xslt	17 Nov 2006 14:40:34 -0000	1.16
***************
*** 18,21 ****
--- 18,25 ----
          
          Created: March 27, 2006, Jonathan Marsh, WSO2 (formerly Microsoft).  jonathan@wso2.com
+         
+         ChangeLog:
+         2006-11-17 Arthur Ryman (ryman@ca.ibm.com)
+         - added xml:id="{generate-id(.)}" to SOAP Module and Header component elements
      
          Major todos:
***************
*** 1284,1288 ****
              <soapcm:soapModules>
                  <xsl:for-each select="wsoap:module">
!                     <soapcm:soapModuleComponent>
                          <soapcm:ref><xsl:value-of select="@ref"/></soapcm:ref>
                          <soapcm:required>
--- 1288,1292 ----
              <soapcm:soapModules>
                  <xsl:for-each select="wsoap:module">
!                     <soapcm:soapModuleComponent xml:id="{generate-id(.)}">
                          <soapcm:ref><xsl:value-of select="@ref"/></soapcm:ref>
                          <soapcm:required>
***************
*** 1302,1306 ****
              <soapcm:soapHeaders>
                  <xsl:for-each select="wsoap:header">
!                     <soapcm:soapHeaderBlockComponent>
                          <soapcm:elementDeclaration><xsl:attribute name="ref">
  		                    <xsl:call-template name="element-ref">
--- 1306,1310 ----
              <soapcm:soapHeaders>
                  <xsl:for-each select="wsoap:header">
!                     <soapcm:soapHeaderBlockComponent xml:id="{generate-id(.)}">
                          <soapcm:elementDeclaration><xsl:attribute name="ref">
  		                    <xsl:call-template name="element-ref">

Received on Friday, 17 November 2006 14:41:00 UTC