- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Feb 2007 00:07:23 +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-serv28528/test-suite/results/wsdl-xslt
Modified Files:
wsdl-component-model.xslt
Log Message:
Added messageContentModel property to interface fault components in the interchange format per CR143 resolution, updated wsdl-xslt and the baselines, regenerated results.
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.28
retrieving revision 1.29
diff -C 2 -d -r1.28 -r1.29
*** wsdl-component-model.xslt 8 Feb 2007 20:19:51 -0000 1.28
--- wsdl-component-model.xslt 9 Feb 2007 00:07:21 -0000 1.29
***************
*** 294,297 ****
--- 294,306 ----
</base:localName>
</name>
+ <messageContentModel>
+ <xsl:choose>
+ <xsl:when test="contains(@element,'#')">
+ <xsl:value-of select="@element"/>
+ </xsl:when>
+ <xsl:when test="@element">#element</xsl:when>
+ <xsl:otherwise>#other</xsl:otherwise>
+ </xsl:choose>
+ </messageContentModel>
<xsl:if test="@element">
<elementDeclaration><xsl:attribute name="ref">
Received on Friday, 9 February 2007 00:08:01 UTC