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

NAME

WebService::Simple::Parser::XML::Lite - Parse XML content using XML::Parser::Lite::Tree and XML::Parser::Lite::Tree::XPath

SYNOPSIS

  my $service = WebService::Simple->new(
    base_url => ...,
    response_parser => 'XML::Lite',
  );
  my $res = $service->get(...);
  my $tree = $res->parse_response();

METHODS

new

parse_response

AUTHOR

mattn <mattn.jp@gmail.com>