WWW::Meta::XML::Browser

WWW::Meta::XML::Browser is a Perl module to simulate a browser session described in a XML file.
Download

WWW::Meta::XML::Browser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Benjamin Boksa
  • Publisher web site:
  • http://search.cpan.org/~bboksa/WWW-Meta-XML-Browser-0.08/Browser.pm

WWW::Meta::XML::Browser Tags


WWW::Meta::XML::Browser Description

WWW::Meta::XML::Browser is a Perl module to simulate a browser session described in a XML file. 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 FILEThe 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 Related Software