dmarston    01/03/26 11:18:52

  Modified:    test/tests/conf-gold/lre lre10.out lre07.out
  Added:       test/tests/conf-gold/lre lre21.out lre20.out
  Log:
  Overhaul some cases concerning placement of namespace declarations.
  Old LRE07, LRE10 become 6 cases in NAMESPACE group.
  
  Revision  Changes    Path
  1.3       +1 -5      xml-xalan/test/tests/conf-gold/lre/lre10.out
  
  Index: lre10.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/lre/lre10.out,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- lre10.out 2001/01/26 01:33:13     1.2
  +++ lre10.out 2001/03/26 19:18:52     1.3
  @@ -1,6 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<root xmlns:ped="http://www.ped.com";>
  -<Out1 xmlns="http://www.ped.com"/>
  -<Out2/>
  -<Out3 xmlns="http://www.bdd.com"/>
  -</root>
  +<out xmlns:ext="http://somebody.elses.extension"; ext:size="big" english="to 
leave"/>
  \ No newline at end of file
  
  
  
  1.3       +1 -6      xml-xalan/test/tests/conf-gold/lre/lre07.out
  
  Index: lre07.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/lre/lre07.out,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- lre07.out 2001/01/26 01:33:12     1.2
  +++ lre07.out 2001/03/26 19:18:52     1.3
  @@ -1,7 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -
  -<root xmlns:ped="http://www.test.com";>
  -<out1/>
  -<out2 xmlns="http://www.test.com"/>
  -<out3 xmlns="http://www.bdd.com"/>
  -</root>
  +<out english="to leave"/>
  \ No newline at end of file
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/lre/lre21.out
  
  Index: lre21.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out xmlns:ped="http://tester.com"; english="to leave"/>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/lre/lre20.out
  
  Index: lre20.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out xmlns:ped="http://tester.com"; english="to leave"/>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to