|
NAMEWebService::Simple::Parser::XML::Lite - Parse XML content using XML::Parser::Lite::Tree and XML::Parser::Lite::Tree::XPathSYNOPSISmy $service = WebService::Simple->new( base_url => ..., response_parser => 'XML::Lite', ); my $res = $service->get(...); my $tree = $res->parse_response(); METHODSnewparse_responseAUTHORmattn "<mattn.jp@gmail.com>"
Visit the GSP FreeBSD Man Page Interface. |