The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

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

METHODS

new

parse_response