up vote 5 down vote favorite
5
share [g+] share [fb]

Or something that allows you to parse HTML in a similar way to JQuery?

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

Thanks

-Brad

link|improve this question

feedback

2 Answers

Take a look at diHtmlParser which I believe will give you what your after.

link|improve this answer
Any other suggestions? – Brad Jan 26 '10 at 17:48
Not that would work without external requirements, or building a parser yourself. – skamradt Jan 26 '10 at 22:28
feedback

There is a Delphi DOM HTML parser and converter available at SourceForge, so it is Open Source and free.

You can find it at: http://htmlp.sourceforge.net/

and the project page at SourceForge is: http://sourceforge.net/projects/htmlp/

link|improve this answer
project is too old as I see :( – silent Feb 27 '11 at 14:20
It's from 2003 but it's not too old if it works. How old is JQuery? And being "old" means it will work for versions of Delphi pre-Delphi 2009. You get all the source so you can make any customizations or updates yourself. And, if you plan to really use it, you can bring it up-to-date and post a new version for others. – lkessler Feb 27 '11 at 16:23
Your only other possibility that I see is to interface with some other API, e.g. the Apache Xerces Project xerces.apache.org - but I have no idea how you'd do it. – lkessler Feb 27 '11 at 16:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.