dmarston 01/03/28 15:48:47 Modified: test/tests/conf-gold/lre lre03.out lre02.out Log: Try to make things right regarding default namespace. Revision Changes Path 1.4 +1 -1 xml-xalan/test/tests/conf-gold/lre/lre03.out Index: lre03.out =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/lre/lre03.out,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- lre03.out 2001/03/27 20:58:49 1.3 +++ lre03.out 2001/03/28 23:48:41 1.4 @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<out xmlns:bdd="http://buster.com" english="to leave"/> \ No newline at end of file +<out xmlns:bdd="http://buster.com" xmlns="www.lotus.com" english="to leave"/> \ No newline at end of file 1.3 +1 -1 xml-xalan/test/tests/conf-gold/lre/lre02.out Index: lre02.out =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/lre/lre02.out,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lre02.out 2001/03/27 20:58:50 1.2 +++ lre02.out 2001/03/28 23:48:41 1.3 @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<out xmlns:ped="http://tester.com" english="to leave"/> \ No newline at end of file +<out xmlns:ped="http://tester.com" xmlns="www.lotus.com" english="to leave"/> \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
