2002/ws/desc/test-suite/results-messages generate-message-properties.xslt,1.9,1.10

Update of /sources/public/2002/ws/desc/test-suite/results-messages
In directory hutz:/tmp/cvs-serv16332

Modified Files:
	generate-message-properties.xslt 
Log Message:
Fixed httpLocationIgnoreUncited


Index: generate-message-properties.xslt
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/generate-message-properties.xslt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** generate-message-properties.xslt	10 Jan 2007 18:48:40 -0000	1.9
--- generate-message-properties.xslt	11 Jan 2007 20:57:53 -0000	1.10
***************
*** 484,491 ****
          </httpLocation>
        </xsl:if>
!       <xsl:if test='$bindingOperationComponent/cmhttp:httpBindingOperationExtension/cmhttp:httpLocationIgnoredUncited'>
!         <httpLocationIgnoredUncited>
! 	  <xsl:value-of select='$bindingOperationComponent/cmhttp:httpBindingOperationExtension/cmhttp:httpLocationIgnoredUncited' />
! 	</httpLocationIgnoredUncited>
        </xsl:if>
        <xsl:if test='$bindingOperationComponent/cmhttp:httpBindingOperationExtension/cmhttp:httpInputSerialization'>
--- 484,491 ----
          </httpLocation>
        </xsl:if>
!       <xsl:if test='$bindingOperationComponent/cmhttp:httpBindingOperationExtension/cmhttp:httpLocationIgnoreUncited'>
!         <httpLocationIgnoreUncited>
! 	  <xsl:value-of select='$bindingOperationComponent/cmhttp:httpBindingOperationExtension/cmhttp:httpLocationIgnoreUncited' />
! 	</httpLocationIgnoreUncited>
        </xsl:if>
        <xsl:if test='$bindingOperationComponent/cmhttp:httpBindingOperationExtension/cmhttp:httpInputSerialization'>

Received on Thursday, 11 January 2007 20:58:07 UTC