|
NAMEWebService::Simple::Parser::XML::LibXML - Parse XML content using XML::LibXMLSYNOPSISmy $service = WebService::Simple->new( base_url => ..., response_parser => 'XML::LibXML', ); my $res = $service->get(...); my $dom = $res->parse_response(); METHODSnewparse_response
Visit the GSP FreeBSD Man Page Interface. |