Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: parse HTML result
| Subject: | Re: parse HTML result |
| Posted by: | "JEM" (.john.at.compnet101.com.) |
| Date: | Sun, 28 May 2006 10:26:02 |
> Some of our clients have already their website (quite basic) hopefully
sold
> by the same company with the same structure: a table wich contains 10
> articles per page (with many pages if more than 10 articles) and each line
> with a link to the article description. Those clients have asked us to get
> content from their website to avoid them to enter the values 2 times
> manually. So we must create a "robot" that goes on a web page (the main
page
> of the articles) get all articles from the page (get content from the
detail
> page linked by the article page) and then read on the values we must use
to
> fill their article in our database.
Simple with a good parsing engine..
http://www.compnet101.com/atagparser
none