You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by el...@apache.org on 2002/02/22 21:45:43 UTC

cvs commit: xml-xerces/java/tests/dom/serialize expectedoutput.xml

elena       02/02/22 12:45:43

  Modified:    java/tests/dom/serialize expectedoutput.xml
  Log:
  update (output duplicate declarations for children if those appeared in the tree)
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xerces/java/tests/dom/serialize/expectedoutput.xml
  
  Index: expectedoutput.xml
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/tests/dom/serialize/expectedoutput.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- expectedoutput.xml	21 Feb 2002 17:44:04 -0000	1.3
  +++ expectedoutput.xml	22 Feb 2002 20:45:43 -0000	1.4
  @@ -23,7 +23,7 @@
           xmlns:n1="http://www.w3.org" -->
      <x xmlns="http://www.w3.org" xmlns:n1="http://www.w3.org">
     	<good a="1" b="2"/>
  -  	<good a="1" n1:a="2"/>
  +  	<good a="1" n1:a="2" xmlns:n1="http://www.w3.org"/>
      </x>
   <!--add element in the same scope-->
   <s:bar xmlns:s="urn:schemas-xmlsoap-org:soap.v1"/>
  
  
  

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