CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2002
    Location
    New Jersey
    Posts
    17

    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

  2. #2
    Join Date
    May 2000
    Location
    Phoenix, AZ [USA]
    Posts
    1,347
    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
  •  





Click Here to Expand Forum to Full Width

Featured