- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Jan 2007 05:23:08 +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-serv2304/test-suite/results/wsdl-xslt
Modified Files:
wsdl-component-model.xslt
Log Message:
Updated wsdlcm schemas to accomodate CR113, regenerated all results. See http://lists.w3.org/Archives/Public/www-ws-desc/2007Jan/0176.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.25
retrieving revision 1.26
diff -C 2 -d -r1.25 -r1.26
*** wsdl-component-model.xslt 20 Dec 2006 17:35:22 -0000 1.25
--- wsdl-component-model.xslt 25 Jan 2007 05:23:06 -0000 1.26
***************
*** 497,505 ****
</xsl:choose>
</httpcm:httpCookies>
! </xsl:if>
! <xsl:if test="@whttp:transferCodingDefault">
! <httpcm:httpTransferCodingDefault>
! <xsl:value-of select="@whttp:transferCodingDefault"/>
! </httpcm:httpTransferCodingDefault>
</xsl:if>
<xsl:if test="@wsoap:mepDefault">
--- 497,513 ----
</xsl:choose>
</httpcm:httpCookies>
! <xsl:if test="@whttp:transferCodingDefault">
! <httpcm:httpTransferCodingDefault>
! <xsl:value-of select="@whttp:transferCodingDefault"/>
! </httpcm:httpTransferCodingDefault>
! </xsl:if>
! <httpcm:httpQueryParameterSeparatorDefault>
! <xsl:choose>
! <xsl:when test="@whttp:queryParameterSeparatorDefault">
! <xsl:value-of select="@whttp:queryParameterSeparatorDefault"/>
! </xsl:when>
! <xsl:otherwise>&</xsl:otherwise>
! </xsl:choose>
! </httpcm:httpQueryParameterSeparatorDefault>
</xsl:if>
<xsl:if test="@wsoap:mepDefault">
***************
*** 702,705 ****
--- 710,718 ----
</httpcm:httpTransferCodingDefault>
</xsl:if>
+ <xsl:if test="@whttp:queryParameterSeparator">
+ <httpcm:httpQueryParameterSeparator>
+ <xsl:value-of select="@whttp:queryParameterSeparator"/>
+ </httpcm:httpQueryParameterSeparator>
+ </xsl:if>
</xsl:if>
<xsl:if test="@wsoap:action">
Received on Thursday, 25 January 2007 05:23:47 UTC