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

NAME

WebSource::Fetcher::xml : fetching module When run downloads given urls and returns the corresponding documents

DESCRIPTION

SYNOPSIS

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

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

METHODS

$source = WebSource->new(desc => $node);

Create a new Fetcher;

$fetcher->handle($env);

Builds an HTTP::Request from the data in enveloppe, fetches the URI (eventually stores it in a file) and builds the corresponding DOM object

SEE ALSO

WebSource::Module