Friday, March 19, 2010

Getting data from HTML

I had this issue on an old project.

The problem was how do I pull data from html easily. I found a tool on the gotdotnet website to do this. You can now find it here http://code.msdn.microsoft.com/SgmlReader.

This takes in html and outputs valid xml. Now all you have to do is work with xml.

Simple enough.

No comments: