- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 03 May 2007 21:49:59 +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-serv5700/test-suite/results/wsdl-xslt
Modified Files:
wsdl-component-model.xslt
Log Message:
Fixed wsdl-xslt, results for bug http://lists.w3.org/Archives/Public/www-ws-desc/2007May/0009.html
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.34
retrieving revision 1.35
diff -C 2 -d -r1.34 -r1.35
*** wsdl-component-model.xslt 19 Apr 2007 06:32:44 -0000 1.34
--- wsdl-component-model.xslt 3 May 2007 21:49:57 -0000 1.35
***************
*** 227,237 ****
</interfaceFaultReferences>
</xsl:if>
! <xsl:if test="@style">
! <style>
! <xsl:call-template name="split-uri-list">
! <xsl:with-param name="uri-list" select="@style"/>
! </xsl:call-template>
! </style>
! </xsl:if>
<base:parent ref="{generate-id($parent)}"/>
<ext:wsdlInterfaceOperationExtension>
--- 227,246 ----
</interfaceFaultReferences>
</xsl:if>
! <xsl:choose>
! <xsl:when test="@style">
! <style>
! <xsl:call-template name="split-uri-list">
! <xsl:with-param name="uri-list" select="@style"/>
! </xsl:call-template>
! </style>
! </xsl:when>
! <xsl:when test="../@styleDefault">
! <style>
! <xsl:call-template name="split-uri-list">
! <xsl:with-param name="uri-list" select="../@styleDefault"/>
! </xsl:call-template>
! </style>
! </xsl:when>
! </xsl:choose>
<base:parent ref="{generate-id($parent)}"/>
<ext:wsdlInterfaceOperationExtension>
Received on Thursday, 3 May 2007 21:50:37 UTC