Tagged Questions
2
votes
1answer
427 views
What is the best way to parse HTML from a Rich Text Editor in Perl?
Is there a Perl module out there that can take bad HTML (such as what is copied from Microsoft Word) and parse it into nicely formatted HTML? I have looked at HTML::Tidy, but it has gotten horrible ...