There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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