You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/11/14 21:37:33 UTC

cvs commit: xml-xalan/test/tests/conf-gold/namespace namespace47.out namespace22.out namespace02.out

dmarston    01/11/14 12:37:33

  Modified:    test/tests/conf-gold/namespace namespace22.out
                        namespace02.out
  Added:       test/tests/conf-gold/namespace namespace47.out
  Log:
  Fill out the namespace/element test matrix a little more.
  
  Revision  Changes    Path
  1.3       +2 -4      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- namespace22.out	2001/01/26 01:33:14	1.2
  +++ namespace22.out	2001/11/14 20:37:33	1.3
  @@ -1,5 +1,3 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<root xmlns="http://www.w3.org/TR/REC-html40" xmlns:lotus="http://www.lotus.com">
  -<Out1/><Element1 xmlns="http://www.element1.com"/>
  -<Out2/><Element2/>
  -<Out3/><Element3/></root>
  \ No newline at end of file
  +<out xmlns="spacename.com">
  +<middle/><element2/></out>
  \ No newline at end of file
  
  
  
  1.3       +5 -7      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- namespace02.out	2001/01/26 01:33:13	1.2
  +++ namespace02.out	2001/11/14 20:37:33	1.3
  @@ -1,10 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <out xmlns:anamespace="foo.com">
  -<p>
  -<test xmlns="foo.com"/>
  -</p>
  -<p>
  -<test xmlns="baz.com"/>
  -<foo xmlns="baz.com"/>
  -</p>
  +<test xmlns="foo.com">
  +<inner xmlns=""/>
  +</test>
  +<later/>
  +<anamespace:anelement/>
   </out>
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/namespace/namespace47.out
  
  Index: namespace47.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out><foo xmlns="bug"><yyy xmlns=""/></foo></out>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org