-3

I have a neural network and I need to have an input data extracted from a couple of websites in some format (maybe xml?) so afterwards it will be used in my c# application, is there a way to do so?

Has QUIT--Anony-Mousse
  • 76,138
  • 12
  • 138
  • 194
David Shepard
  • 181
  • 2
  • 10

1 Answers1

0

Perhaps if they supply RSS feeds. Otherwise check out how a crawler works. Also, HTML is basically XML.

There are similar questions asked already, for example: Parsing HTML to get content using C#

Community
  • 1
  • 1
jokarl
  • 1,913
  • 2
  • 24
  • 52