- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Nov 2006 14:37:41 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results In directory hutz:/tmp/cvs-serv15894/test-suite/results Modified Files: combine.xslt Log Message: Changed definition of the $implementations variable and use, to work-around an XSLT bug in Linux Eclipse. Index: combine.xslt =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/combine.xslt,v retrieving revision 1.7 retrieving revision 1.8 diff -C 2 -d -r1.7 -r1.8 *** combine.xslt 14 Jul 2006 00:52:15 -0000 1.7 --- combine.xslt 15 Nov 2006 14:37:39 -0000 1.8 *************** *** 3,7 **** <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> ! <xsl:variable name="implementations" select="."/> <xsl:variable name="test-suite" select="document('../test-suite.xml')"/> --- 3,7 ---- <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/> ! <xsl:variable name="implementations" select=".//implementation"/> <xsl:variable name="test-suite" select="document('../test-suite.xml')"/> *************** *** 15,19 **** <xsl:variable name="testcase" select="."/> <result name="{$name}" testcase="{$testcase}"> ! <xsl:for-each select="$implementations//implementation"> <xsl:variable name="results" select="document(concat(@results-folder,'/',$name,'/',substring-before($testcase,'.wsdl'),'.results.xml'))"/> <implementation vendor="{@name}"> --- 15,19 ---- <xsl:variable name="testcase" select="."/> <result name="{$name}" testcase="{$testcase}"> ! <xsl:for-each select="$implementations"> <xsl:variable name="results" select="document(concat(@results-folder,'/',$name,'/',substring-before($testcase,'.wsdl'),'.results.xml'))"/> <implementation vendor="{@name}">
Received on Wednesday, 15 November 2006 14:38:00 UTC