CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2003
    Location
    Islamabad
    Posts
    160

    How can i parse XML and get the text

    Hello Every One,

    How can i parse the XML data and find the contents of the XML Data

    Thanx Alot

  2. #2
    Join Date
    Jan 2003
    Location
    Shenzhen,China
    Posts
    9

    You can use MSXML4.dll.

    I have the experience to read the content of an XML document with MSXML.
    You can just "#import" the DLL to use its interface. Referent to MSDN.

  3. #3
    Join Date
    May 2003
    Location
    France !
    Posts
    7
    hello !
    we don't have enougth indications to help you !
    with which language do you want to parse your xml file?
    @+
    demo

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