| webrobot documentation | view source | Contained in the webrobot distribution. |
WWW::Webrobot::XHtml - enable XHTML and XPath in HTTP::Response
use WWW::Webrobot::XHtml;
This module enables XHTML and XPath methods on objects of type HTTP::Response.
Additional methods for HTTP::Response:
Get HTML resonponse as XML. Uses lazy evaluation and caches the corresponding attributes.
Evaluate an XPath $expression for content_xhtml(). Uses lazy evaluation and caches the corresponding attributes.
| webrobot documentation | view source | Contained in the webrobot distribution. |