- From: Philippe Le Hegaret via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 10 Jan 2007 18:48:43 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results-messages
In directory hutz:/tmp/cvs-serv18440
Modified Files:
generate-message-properties.xslt
Log Message:
Added http location ignore uncited
Index: generate-message-properties.xslt
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/results-messages/generate-message-properties.xslt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** generate-message-properties.xslt 9 Jan 2007 23:40:38 -0000 1.8
--- generate-message-properties.xslt 10 Jan 2007 18:48:40 -0000 1.9
***************
*** 484,487 ****
--- 484,492 ----
</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'>
<httpInputSerialization>
Received on Wednesday, 10 January 2007 18:48:58 UTC