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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to