- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 May 2007 01:09:29 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt
In directory hutz:/tmp/cvs-serv26834/test-suite/results/wsdl-xslt
Modified Files:
wsdl-component-model.xslt
Log Message:
Rolled up latest Woden results, fixed bug in wsdl-xslt {rpc signature}.
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.35
retrieving revision 1.36
diff -C 2 -d -r1.35 -r1.36
*** wsdl-component-model.xslt 3 May 2007 21:49:57 -0000 1.35
--- wsdl-component-model.xslt 17 May 2007 01:09:27 -0000 1.36
***************
*** 252,257 ****
</ext:safety>
</ext:wsdlInterfaceOperationExtension>
! <xsl:if test="@wrpc:signature">
! <!-- disagree on when this property appears -->
<rpccm:rpcInterfaceOperationExtension>
<rpccm:rpcSignature>
--- 252,256 ----
</ext:safety>
</ext:wsdlInterfaceOperationExtension>
! <xsl:if test="contains(concat(@style,' '), 'http://www.w3.org/ns/wsdl/style/rpc ') or contains(concat(../@styleDefault,' '), 'http://www.w3.org/ns/wsdl/style/rpc ')">
<rpccm:rpcInterfaceOperationExtension>
<rpccm:rpcSignature>
Received on Thursday, 17 May 2007 01:09:31 UTC