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/04/04 00:12:25 UTC

cvs commit: xml-xalan/c/Tests/Harness XMLFileReporter.cpp

pauldick    01/04/03 15:12:25

  Modified:    c/Tests/Harness XMLFileReporter.cpp
  Log:
  Removed Level attribute from logElement method
  
  Revision  Changes    Path
  1.5       +6 -5      xml-xalan/c/Tests/Harness/XMLFileReporter.cpp
  
  Index: XMLFileReporter.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Harness/XMLFileReporter.cpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLFileReporter.cpp	2001/02/23 14:55:12	1.4
  +++ XMLFileReporter.cpp	2001/04/03 22:12:24	1.5
  @@ -275,11 +275,12 @@
       {
   		char tmp[20];
   		sprintf(tmp, "%d", level);
  -
  -        printToFile("<" + escapestring(element) + " " + ATTR_LEVEL + "=\""
  -                              + tmp + "\"");
  -
  -		
  +//
  +//		Took out this level attribute cuz we don't use it.
  +//      printToFile("<" + escapestring(element) + " " + ATTR_LEVEL + "=\""
  +//                      + tmp + "\"");
  +        printToFile("<" + escapestring(element) + " ");
  +	
   		Hashtable::iterator theEnd = attrs.end();	
       
          	for(Hashtable::iterator i = attrs.begin(); i != theEnd; ++i)
  
  
  

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