Which is the most close replacement of HTML Agility Pack for Delphi. I need some HTML being stripped and the ability to build a DOM tree over a loosely formated HTML.
Asked
Active
Viewed 1,004 times
1
-
1Do you mean the HTML Agility Pack? There is no "MS Agility Pack". – Oded Mar 05 '12 at 14:27
2 Answers
3
DIHtmlParser from Delphi Inspiration might suit you: http://www.yunqa.de/delphi/doku.php/products/htmlparser/index

Darian Miller
- 7,808
- 3
- 43
- 62
0
TidyPas works (http://sourceforge.net/projects/curlpas/files/). It is based on HTML tidy so it works well for ill-formed HTML. I have been using it for about 5 years and even updated the code to handle Unicode Delphi versions.

Misha
- 1,816
- 1
- 13
- 16