Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Apr : Re: Convert HTML to Text
| Subject: | Re: Convert HTML to Text |
| Posted by: | "Francois PIETTE [ICS - MidWare]" (francois.piet..@overbyte.be) |
| Date: | Sat, 15 Apr 2006 10:04:18 |
> 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?
You can't do that with indy nor any TCP/IP component. You need a HTML
parser. There are a lot of HTML parsers available. To start, type "delphi
html parser" into a Google search.
--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
none