Just recently completed .Net training, and trying to create a simple application which is primarily a "web bot", in that it needs to go to an existing URL (on a site that doesn't use DotNet) and parse the HTML, looking for particular tags, and visit other URLs linked in to that start page and do the same with those pages.
I'm just hoping for a bit of a starting point to get me on my way.
A friend mentioned to me about a class called HTMLTextReader that would supposedly help with the parsing of the HTML tags, but I can't find anything on this in Microsoft's help and/or web site (although there is a class called HTMLTextWriter...anyway...) - so I thought I'd visit good ol' Experts Exchange and see if anyone can help me with that first step...
|