|
How about this:
HTML::TreeBuilder::XPath subclasses HTML::TreeBuilder, adding methods that let you use XPath to query the HTML document.
Is that still too short? You could also add the following sentence:
The result of the XPath query can be returned as an array of nodes (using findnodes) or as a value (using findvalue).
Does that help?
--
mirod
|