WWW::Webrobot::Html2XHtml - convert HTML to XML


webrobot documentation  | view source Contained in the webrobot distribution.

Index


NAME

Top

WWW::Webrobot::Html2XHtml - convert HTML to XML

SYNOPSIS

Top

 use WWW::Webrobot::Html2XHtml;
 my $converter = WWW::Webrobot::Html2XHtml -> new();
 $converter->to_xhtml($dirty_html, $encoding);




DESCRIPTION

Top

METHODS

Top

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.


webrobot documentation  | view source Contained in the webrobot distribution.