|
-
July 16th, 2002, 01:46 PM
#1
using DOM with C++
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
-
July 16th, 2002, 06:25 PM
#2
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|