I'm trying to parse and process HTML documents (i.e. web pages) in Delphi, but I need to do so in a tree-oriented manner rather than doing simple string/tag parsing.
I have been looking for a Delphi tool or component that will parse HTML files into trees -- much like the Perl community's HTML::TreeBuilder class -- but I cannot find anything even remotely close.
Does anyone know of any such thing? Any help would be most appreciated.
Thanks.
I have been looking for a Delphi tool or component that will parse HTML files into trees -- much like the Perl community's HTML::TreeBuilder class -- but I cannot find anything even remotely close.
Does anyone know of any such thing? Any help would be most appreciated.
Thanks.