WebService::Simple::Parser::XML::Lite - Parse XML content using


WebService-Simple documentation  | view source Contained in the WebService-Simple distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

METHODS

Top

new

parse_response

AUTHOR

Top

mattn <mattn.jp@gmail.com>


WebService-Simple documentation  | view source Contained in the WebService-Simple distribution.