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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 57:

=back doesn't take any parameters, but you said =back 2