in reply to Re: How to convert HTML to XML w/ Perl?
in thread How to convert HTML to XML w/ Perl?

You can get HTML::Tidy at http://users.rcn.com/creitzel/tidy.html#tidyperl .
(http://sourceforge.net/projects/ptidy/ doesn't have it).

HTML tidy, using XML::LibXML

  • Comment on Re: Re: How to convert HTML to XML w/ Perl?