WWW::Webrobot::Html2XHtml 0.80 review
DownloadWWW::Webrobot::Html2XHtml is a Perl module that can convert HTML to XML. SYNOPSIS use WWW::Webrobot::Html2XHtml; my $convert
|
|
WWW::Webrobot::Html2XHtml is a Perl module that can convert HTML to XML.
SYNOPSIS
use WWW::Webrobot::Html2XHtml;
my $converter = WWW::Webrobot::Html2XHtml -> new();
$converter->to_xhtml($dirty_html, $encoding);
METHODS
new
Constructor
to_xhtml($dirty_html, $encoding)
Convert $dirty_html to XML. $dirty_html is a sequence of octets and is assumend to be coded in $encoding.
Requirements:
Perl
WWW::Webrobot::Html2XHtml 0.80 search tags