| I hope you can use .NET. I haven't tried what you want to do; I am only providing possible starting points of what sounds like an arduous journey.
Do a search on MSDN for "HTML Parsing by ASP.NET XML Web Services" as well as the "HttpGetClientProtocol" and "MatchAttribute" classes (found in the System.Web.Services.Protocols namespace).
If those don't pan out, go up to System.Web namespace and look into HttpRequest.
You can also do Google searches for people who actually used these classes.
Good luck. |