The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WWW::Webrobot::UseXPath - Apply XPath expressions to an xml string

SYNOPSIS

 use WWW::Webrobot::UseXPath;
 WWW::Webrobot::UseXPath -> new($xml) -> extract($xpath_expression);

DESCRIPTION

Apply XPath expressions to an xml string.

METHODS

WWW::Webrobot::UseXPath -> new ($xml)

Allocate an XPath object for the xml-string $xml

$self -> extract ($expr)

Apply an xpath expression $expr for this object. The result is of type string.