- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 04 May 2006 19:31:33 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results In directory hutz:/tmp/cvs-serv30645/test-suite/results Modified Files: canonicalize-wsdlcm.xslt Log Message: style/uri sorting namespace correction. Index: canonicalize-wsdlcm.xslt =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/canonicalize-wsdlcm.xslt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** canonicalize-wsdlcm.xslt 4 May 2006 19:24:40 -0000 1.2 --- canonicalize-wsdlcm.xslt 4 May 2006 19:31:31 -0000 1.3 *************** *** 177,181 **** <xsl:apply-templates select="@*"/> <xsl:apply-templates select="*"> ! <xsl:sort select="uri"/> </xsl:apply-templates> </xsl:copy> --- 177,181 ---- <xsl:apply-templates select="@*"/> <xsl:apply-templates select="*"> ! <xsl:sort select="wsdlcm:uri"/> </xsl:apply-templates> </xsl:copy>
Received on Thursday, 4 May 2006 19:31:41 UTC