- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 Aug 2005 20:44:51 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory homer:/tmp/cvs-serv31590 Modified Files: wsdldefs.xsl Log Message: Fixed test for detecting wrong references Index: wsdldefs.xsl =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdldefs.xsl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** wsdldefs.xsl 2 Aug 2005 10:15:02 -0000 1.8 --- wsdldefs.xsl 4 Aug 2005 20:44:49 -0000 1.9 *************** *** 86,90 **** </xsl:call-template> </xsl:variable> ! <xsl:if test="$src = '.html'"> <xsl:message> <xsl:text>Wrong component reference: </xsl:text> --- 86,90 ---- </xsl:call-template> </xsl:variable> ! <xsl:if test="$src = '' and not(id($anchor))"> <xsl:message> <xsl:text>Wrong component reference: </xsl:text> *************** *** 191,195 **** </xsl:call-template> </xsl:variable> ! <xsl:if test="$src = '.html'"> <xsl:message> <xsl:text>Wrong property reference: </xsl:text> --- 191,195 ---- </xsl:call-template> </xsl:variable> ! <xsl:if test="$src = '' and not(id($anchor))"> <xsl:message> <xsl:text>Wrong property reference: </xsl:text>
Received on Thursday, 4 August 2005 20:44:54 UTC