Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jun : Re: TWebBrowser - Parsing HTML Then Display
| Subject: | Re: TWebBrowser - Parsing HTML Then Display |
| Posted by: | "Ralf Junker - http://www.yunqa.de/delphi/" (delphi.at.yunqa.dot...@) |
| Date: | Mon, 12 Jun 2006 11:31:08 |
"Anthoni Gardner" <nonono@nono.com> wrote:
>I think I need a seperate HTML parser and do the following;
>
>..] Download the html from the web
There are many Delphi HTTP components: Use Indy, Synapse, ICS, to name just a
few.
>..] Parse the html and replace what I need etc
DIHtmlParser can do this easily: http://www.yunqa.de/delphi/htmlparser/
DIHtmlParser works with all of the above HTTP components, supports stream
reading and writing, full Unicode support, plugin architecture, automatic
reading and writing of named as well as numeric entities, and much more. It
contains plenty of demo projects, some of which are especially targeted at
modifying existing HTML.
>..] Pass the changed html into the WebBrowser
Use the usual methods as already suggested in this thread.
Regards,
Ralf
---
The Delphi Inspiration
http://www.yunqa.de/delphi/
none