Click to See Complete Forum and Search --> : using DOM with C++


getzel
July 16th, 2002, 01:46 PM
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

PaulWendt
July 16th, 2002, 06:25 PM
Xerces comes with around 15-20 examples; all of said examples come with source code. Check them out and you can see what they're doing. I believe around 5 of the examples deal with DOM parsing or XML creation.

--Paul