From: Oleg T. <he...@us...> - 2005-10-30 12:02:41
|
Update of /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest/tests/GotDotNet/Dynamic In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8329/v2/test/ExsltTest/tests/GotDotNet/Dynamic Modified Files: evaluate.xslt Log Message: Index: evaluate.xslt =================================================================== RCS file: /cvsroot/mvp-xml/EXSLT/v2/test/ExsltTest/tests/GotDotNet/Dynamic/evaluate.xslt,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- evaluate.xslt 16 Oct 2005 20:13:10 -0000 1.1 +++ evaluate.xslt 30 Oct 2005 12:02:32 -0000 1.2 @@ -34,10 +34,7 @@ <test10> <xsl:variable name="namespaces">xmlns:foo="http://orders.com" xmlns:bar='http://bar.com/'</xsl:variable> <xsl:copy-of select="dyn2:evaluate(., /data/path7, $namespaces)"/> - </test10> - <test11> - <xsl:copy-of select="dyn2:evaluate(., /data/path7, '')"/> - </test11> + </test10> <test12> <xsl:variable name="namespaces"> xmlns:bar='http://bar.com/" |