how can I convert a CString or char[] with the following message "<Server>name_of_server<Server>"
to a DOM_Document .(I have to parse the info to know which server is talking to my program ).I was trying to use xerces c++ parser which uses DOM_Document. Anyone out there with suggestions??

Thanks