Subject: | Implement findvalue for |
It would be nice if HTML::TreeBuilder::XPath::Attribute would support
the findvalue method, at least findvalue(".") which is the same as the
getValue method.
And while at it, supporting some other DOM-like methods would also be
nice. E.g. "nodeName" as an alias for
HTML::TreeBuilder::XPath::Node::tag, textContent as something like
join "", grep { is a text node } $node->content_list
getAttribute($attr) as an alias for attr($attr)
Regards,
Slaven