CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2010
    Posts
    3

    read xml from link

    can anyone help or sugest me how can i do this?? i have xml file on www.mysaite.com/somthing.xml and i need to read this file from my c++ program

  2. #2
    Join Date
    Jul 2010
    Posts
    31

    Re: read xml from link

    XML is actually a tree

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: read xml from link

    With UrlDownloadToFile you can download the xml file.

  4. #4
    Join Date
    Aug 2010
    Posts
    3

    Re: read xml from link

    ok thansk and there is not somthin special class for xml link read?? somone told me that i can do this isily with c# but i need from c++

  5. #5
    Join Date
    Jul 2010
    Posts
    31

  6. #6
    Join Date
    Aug 2010
    Posts
    3

    Thumbs up Re: read xml from link

    Quote Originally Posted by Pocoya View Post
    thanks a lot it is what i need.

Tags for this Thread

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