--- projects/cms/source/host/c++/SysMon.cpp 2001/03/23 15:00:50 1.4 +++ projects/cms/source/host/c++/SysMon.cpp 2001/03/23 16:39:04 1.6 @@ -330,9 +330,9 @@ string SysMon::getData(){ // it is the same level, just add this as another element if ( isAttrib ){ attributes += levels[level+2]; - attributes += "="; + attributes += "=\""; attributes += values[count]; - attributes += " "; + attributes += "\" "; // now check if this is the last element @@ -416,7 +416,6 @@ string SysMon::getData(){ std::cout << "\n"; } - std::cout << xml.returnXML() << endl; // return the string return xml.returnXML();