You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2001/10/25 19:52:12 UTC

cvs commit: xml-xalan/test/tests/conf-gold/whitespace whitespace23.out

pauldick    01/10/25 10:52:12

  Modified:    test/tests/conf-gold/whitespace whitespace23.out
  Log:
  Removed unnecessary namespaces,  and change output to xml
  
  Revision  Changes    Path
  1.2       +8 -9      xml-xalan/test/tests/conf-gold/whitespace/whitespace23.out
  
  Index: whitespace23.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/whitespace/whitespace23.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- whitespace23.out	2001/07/05 20:22:25	1.1
  +++ whitespace23.out	2001/10/25 17:52:12	1.2
  @@ -1,11 +1,10 @@
  -<html>
  -<a href="value%20xx">value xx</a>
  +<?xml version="1.0" encoding="UTF-8"?>
  +<out><a href="value xx">value xx</a>
   <a href="value">value</a>
  -<a href="value%20zz">value zz</a>
  -<a href="value%20yy">value yy</a>
  -<a href="value%20xx">value xx</a>
  +<a href="value zz">value zz</a>
  +<a href="value yy">value yy</a>
  +<a href="value xx">value xx</a>
   <a href="value">value</a>
  -<a href="value%20zz">value zz</a>
  -<a href="value%20yy">value yy</a>
  -
  -</html>
  +<a href="value zz">value zz</a>
  +<a href="value yy">value yy</a>
  +</out>
  \ No newline at end of file
  
  
  

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