WWW::Webrobot::Html2XHtml 0.80 review

Download
by rbytes.net on

WWW::Webrobot::Html2XHtml is a Perl module that can convert HTML to XML. SYNOPSIS use WWW::Webrobot::Html2XHtml; my $convert

License: Perl Artistic License
File size: 96K
Developer: Stefan Trcek
0 stars award from rbytes.net

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