1

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.

Gad D Lord
  • 6,620
  • 12
  • 60
  • 106

2 Answers2

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