We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question 开发者_如何学JAVAOr 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
Take a look at diHtmlParser which I believe will give you what your after.
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/
精彩评论