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


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

Index


NAME

Top

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

SYNOPSIS

Top

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

METHODS

Top

new

parse_response


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