--- projects/cms/source/host/c++/XMLFormatter.cpp 2001/02/26 14:42:43 1.3 +++ projects/cms/source/host/c++/XMLFormatter.cpp 2001/02/26 14:54:13 1.4 @@ -23,6 +23,8 @@ XMLFormatter::XMLFormatter( string newHostInfo, string // std::cout << "DEBUG: " << newHostInfo << ":" << attributes << "\n"; xmlData += "<"; xmlData += newHostInfo; + xmlData += " "; + xmlData += attributes; xmlData += ">"; hostInfo = newHostInfo;