in reply to Re: can't extract node with HTML::TreeBuilder::XPath
in thread can't extract node with HTML::TreeBuilder::XPath
I find using CSS selectors or relative XPath expressions to be more wieldly. Anchoring the expression on a "nearby" element with an id attribute is usually sufficient to get a short XPath (or CSS) expression.
|
|---|