sboag 00/12/20 19:39:45
Modified: test/tests/conf-gold/variable variable26.out Log: Paul and I both strongly feel that the variable reference should be referencing the global variable, NOT the pushed but undeclared param. Revision Changes Path 1.2 +1 -1 xml-xalan/test/tests/conf-gold/variable/variable26.out Index: variable26.out =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/variable/variable26.out,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- variable26.out 2000/12/17 22:22:53 1.1 +++ variable26.out 2000/12/21 03:39:44 1.2 @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<out>Not global!!!</out> \ No newline at end of file +<out>It is global!</out> \ No newline at end of file
