HTML Tables to DataSet and Xml
Some pages have really cool data, but the nagivation and interaction are the worst. So, time to time, I prefer to create Windows Application or WebServices to obtain the data I need!
I was trying to find a "HTML 2 DataSet", or "HTML to XML free" stuff, but after an hour, nothing were offered by Google.
So, here it is! Give me the URL and transform it to XML and DataSet.
Code available in C#, and your comments are welcome.