Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: Convert HTML to Text
| Subject: | Re: Convert HTML to Text |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Fri, 14 Apr 2006 16:19:01 |
"Steve Johnson" <sjohnson@caelix.com> wrote in message
news:44401b57$1@newsgroups.borland.com...
> I'm using TIdHTTP to get a web site. The Get method returns all of
> the data and HTML formating codes. Is there a component that
> will strip the formating HTML codes and return just the data?
That is beyond the scope of Indy. Indy is a communications library, not a
data processing library. You will have to parse the HTML yourself, or find
a third-party parser.
Gambit
none