bool isValidXML(const std::string & xmlstring) { bool isValid = true; // ?? return isValid; }