How to programmatically download xml files from a website that requires password

  • Thread starter Thread starter CuriousCoder15
  • Start date Start date
C

CuriousCoder15

Guest
Hi, Can someone tell me if it is possible to download XML files from a webpage so I can read them with my c# application, please?

Or is this more of a web scraping exercise?

The page is basically HTML 4.01 and the XML files are href links in a table. All links have:

<a class='xmlLink' href="http://webAddress.com/document.xml">xml</a><a class='xmlLink'

If I can download the contents of each xml link from say a c# winfom application, what libraries would I use?

If it's a web scraping task, what libraries are there for that?

I have the credentials to access the webpage.

Thanks for the advice.




CuriousCoder

Continue reading...
 
Back
Top