NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Cleaning up HTML... (Score:2)
FONTtags and friends, into CSS — even though somewhat buggy.I really ought to look into the upgrades.
Re:Cleaning up HTML... (Score:2)
Tidy [sourceforge.net] is pretty good at fixing bad HTML, as is libxml2 [xmlsoft.org], however they are no good at at de DreamMangling a page, for that you have to do it by hand. However, that job is now done!
Both tidylib and libxml2 can be used from within Perl, so they are also great for on the fly HTML cleaning too. If only it was possible to on the fly upgrade IE users to Firefox or Opera.....
-- "It's not magic, it's work..."
Reply to This
Parent