CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: parsing XML

  1. #1
    Join Date
    Oct 2003
    Posts
    40

    parsing XML

    I have seen that there are some function to help parsing XML when we are inplementing in Java.
    Is there something (an API, some function...) to help parsing XML for Visual C++?
    Thanks.

  2. #2
    Join Date
    Nov 2000
    Location
    Munich, Germany
    Posts
    161
    See the XML SDK around MSXML Api. It contains an excellent access to XML. It can be downloaded from MS Homepage (SDK and separate Runtime Distribution).
    The Saviour of the World is a Penguin and Linus Torvalds is his Prophet.

  3. #3
    Join Date
    Jul 2002
    Location
    Princeton, NewJersey, US
    Posts
    817
    Try THIS
    GOOD DAY..!

    NICK.

    E-MAIL : [email protected]

  4. #4
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    Besides the Microsoft one, you can take a look at the Xerces library...

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