List Info

Thread: extract keywords from html document




extract keywords from html document
country flaguser name
United States
2008-03-23 07:35:03

hi,
i work actually on browser helper object (dll in process com server)and
i seek a function to get keywords meta element from a web page when
Documentcomplete event is fired (in invoke method).
if the title of the page is easy to obtain (Document.title proprety),
keywords, however, witch is a meta tag element require more techniques
(scan the html code).
thanks for any assistance.

__._,_.___
.

__,_._,___
Re: extract keywords from html document
country flaguser name
United States
2008-03-23 11:21:32

ouladnaouis wrote:
> i work actually on browser helper object (dll in process com server)and
> i seek a function to get keywords meta element from a web page when
> Documentcomplete event is fired (in invoke method).
> if the title of the page is easy to obtain (Document.title proprety),
> keywords, however, witch is a meta tag element require more techniques
> (scan the html code).

Call the getElementsByTagName method on an IHtmlDocument3 interface. Ask
for any nodes named "meta" and then iterate over them for ones with
"keywords" for their "name" attributes.

GetElementsByTagName passes back an IHtmlElementCollection. There's an
example in C++ at the documentation for IHtmlElementCollection::item.

http://msdn2.microsoft.com/en-us/library/aa703930.aspx

--
Rob

__._,_.___
.

__,_._,___
Looking for delphi programer
country flaguser name
United States
2008-03-25 13:58:07

Looking for experienced delphi programer to help maintain a delphi program
that is build as a programming language IDE/Compiler program uses Dream
components Report Builder and many other components. Program works well now.
However I do have some things I need to change from time to time in the
program. The programmer I had working on the project has gotton another job
and his time is limited now.

If you might be interested in project you can email me or give me a call
and will interview you.

Rick Atkeson

ratkeson%40cassoftware.com">ratkesoncassoftware.com
1-928-257-1236
or skype me at rickatcas

__._,_.___
.

__,_._,___
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )