Is there a Document Object Model (DOM) API with CSS3 support for Delphi?

Or something that allows you to parse HTML just like jQuery?

If not, then, in your opinion, the best way to parse HTML without having to be a regular expression expert and not rely on Internet Explorer to analyze the information for you? (AKA, don't rely on something like: IEParser by bsalsa.com)

thanks

-Brad

+5
source share
2 answers

Take a look at diHtmlParser , which I believe will give you what you need.

+3
source

SourceForge HTML Dphphi DOM, .

: http://htmlp.sourceforge.net/

SourceForge: http://sourceforge.net/projects/htmlp/

+3

All Articles