WWW::Meta::XML::Browser 0.08 review
DownloadWWW::Meta::XML::Browser is a Perl module to simulate a browser session described in a XML file. SYNOPSIS use WWW::Meta::XML::
|
|
WWW::Meta::XML::Browser is a Perl module to simulate a browser session described in a XML file.
SYNOPSIS
use WWW::Meta::XML::Browser;
my $session = WWW::Meta::XML::Browser->new();
$session->process_file('file.xml');
$session->process_all_request_nodes();
$session->print_all_request_results();
This module reads a XML file from a given source and makes the HTTP-requests defined in this XML file. The result of such a request can be filtered using a XSL stylesheet. The following requests can be build using results from the transformation.
WRITING A SESSION DESCRIPTION FILE
The most important part when working with WWW::Meta::XML::Browser is to write a session description file. Such a file describes which http requests are made and how the results of the requests are handled.
Requirements:
Perl
WWW::Meta::XML::Browser 0.08 search tags