sboag       01/01/25 17:33:15

  Modified:    test/tests/conf-gold/impincl impincl09.out
               test/tests/conf-gold/lre lre07.out lre09.out lre10.out
               test/tests/conf-gold/namespace namespace02.out
                        namespace22.out namespace24.out
  Log:
  The namespace handling in Xalan for xmlns:element was changed
  so that the name is not changed if possible, and manufactured prefixes
  are not made.  Also, see namespace24, where the alias is not used
  inside of the name attribute for xsl:element.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf-gold/impincl/impincl09.out
  
  Index: impincl09.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/impincl/impincl09.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- impincl09.out     2000/12/17 21:57:25     1.1
  +++ impincl09.out     2001/01/26 01:33:12     1.2
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<out><ns0:test xmlns:ns0="www.lotus.com" color="black" 
text-decoration="underline" test=""/></out>
  \ No newline at end of file
  +<out><test xmlns="www.lotus.com" color="black" text-decoration="underline" 
test=""/></out>
  \ No newline at end of file
  
  
  
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lre07.out 2000/12/17 21:57:53     1.1
  +++ lre07.out 2001/01/26 01:33:12     1.2
  @@ -2,6 +2,6 @@
   
   <root xmlns:ped="http://www.test.com";>
   <out1/>
  -<ped:out2/>
  -<ns0:out3 xmlns:ns0="http://www.bdd.com"/>
  +<out2 xmlns="http://www.test.com"/>
  +<out3 xmlns="http://www.bdd.com"/>
   </root>
  
  
  
  1.2       +2 -0      xml-xalan/test/tests/conf-gold/lre/lre09.out
  
  Index: lre09.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/lre/lre09.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lre09.out 2000/12/17 21:57:53     1.1
  +++ lre09.out 2001/01/26 01:33:12     1.2
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <root xmlns:ped="http://www.tester.com";>
   <ped:Out1/>
  +<xyz:Out2 attr1="Hello" attr2="Goodbye">
   <HTML>
   <body>
   <text font="Courier">
  @@ -8,4 +9,5 @@
                </text>
   </body>
   </HTML>
  +</xyz:Out2>
   </root>
  
  
  
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lre10.out 2000/12/17 21:57:53     1.1
  +++ lre10.out 2001/01/26 01:33:13     1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <root xmlns:ped="http://www.ped.com";>
  -<ped:Out1/>
  +<Out1 xmlns="http://www.ped.com"/>
   <Out2/>
  -<ns0:Out3 xmlns:ns0="http://www.bdd.com"/>
  +<Out3 xmlns="http://www.bdd.com"/>
   </root>
  
  
  
  1.2       +3 -3      xml-xalan/test/tests/conf-gold/namespace/namespace02.out
  
  Index: namespace02.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace02.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace02.out   2000/12/17 22:05:21     1.1
  +++ namespace02.out   2001/01/26 01:33:13     1.2
  @@ -1,10 +1,10 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <out xmlns:anamespace="foo.com">
   <p>
  -<anamespace:test/>
  +<test xmlns="foo.com"/>
   </p>
   <p>
  -<ns0:test xmlns:ns0="baz.com"/>
  -<ns1:foo xmlns:ns1="baz.com"/>
  +<test xmlns="baz.com"/>
  +<foo xmlns="baz.com"/>
   </p>
   </out>
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf-gold/namespace/namespace22.out
  
  Index: namespace22.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace22.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace22.out   2000/12/17 22:05:21     1.1
  +++ namespace22.out   2001/01/26 01:33:14     1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <root xmlns="http://www.w3.org/TR/REC-html40"; 
xmlns:lotus="http://www.lotus.com";>
  -<Out1/><ns0:Element1 xmlns:ns0="http://www.element1.com"/>
  +<Out1/><Element1 xmlns="http://www.element1.com"/>
   <Out2/><Element2/>
   <Out3/><Element3/></root>
  
  
  
  1.2       +2 -2      xml-xalan/test/tests/conf-gold/namespace/namespace24.out
  
  Index: namespace24.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/namespace/namespace24.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- namespace24.out   2000/12/17 22:05:21     1.1
  +++ namespace24.out   2001/01/26 01:33:14     1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<axsl:stylesheet xmlns:axsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
  -<axsl:template match="h1">
  +<axsl:stylesheet xmlns:axsl="http://www.w3.org/1999/XSL/TransAlias"; 
version="1.0">
  +<axsl:template xmlns:axsl="http://www.w3.org/1999/XSL/Transform"; match="h1">
   <axsl:apply-templates/>
   </axsl:template>
   </axsl:stylesheet>
  
  
  

Reply via email to