user2000 has asked for the wisdom of the Perl Monks concerning the following question:
Thank you, Anantmy $parser = new XML::LibXML; $parser->recover_silently(1); my $dom = $parser->parse_html_string($htmlfromlwp); $dom->setEncoding($encoding); $output = $dom->toStringHTML();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XML::LibXML encoding problem
by shmem (Chancellor) on Sep 30, 2007 at 12:26 UTC |