- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jul 2005 14:43:20 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv16466 Modified Files: wsdldefs.xsl Log Message: Improved error message Index: wsdldefs.xsl =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdldefs.xsl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wsdldefs.xsl 29 Jul 2005 14:33:21 -0000 1.5 --- wsdldefs.xsl 29 Jul 2005 14:43:18 -0000 1.6 *************** *** 87,91 **** <xsl:if test="$src = '.html'"> <xsl:message> ! <xsl:text>Unsupported component reference:</xsl:text> <xsl:value-of select="$anchor"/> </xsl:message> --- 87,91 ---- <xsl:if test="$src = '.html'"> <xsl:message> ! <xsl:text>Wrong component reference: </xsl:text> <xsl:value-of select="$anchor"/> </xsl:message> *************** *** 190,194 **** <xsl:if test="$src = '.html'"> <xsl:message> ! <xsl:text>Unsupported property reference: </xsl:text> <xsl:value-of select="$anchor"/> </xsl:message> --- 190,194 ---- <xsl:if test="$src = '.html'"> <xsl:message> ! <xsl:text>Wrong property reference: </xsl:text> <xsl:value-of select="$anchor"/> </xsl:message>
Received on Friday, 29 July 2005 14:43:35 UTC