The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebSource::XMLParser : Builds a document out of an http-response containing an XML or HTML file

DESCRIPTION

An XMLParser operator is declared as follows :

 <ws:xmlparser name="opname" forward-to="ops"/>

SYNOPSIS

  $fetcher = WebSource::XMLParser->new(wsnode => $node);

  # for the rest it works as a WebSource::Module

METHODS

$parser = WebSource::XMLParser->new(desc => $node);

Create a new Fetcher;

$parser->handle($env);

Parses the content of an http-response

SEE ALSO

WebSource::Module