Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Say either $xpath_expression or $xpath, not both #64

Open
jidanni opened this issue Apr 19, 2021 · 0 comments
Open

Say either $xpath_expression or $xpath, not both #64

jidanni opened this issue Apr 19, 2021 · 0 comments

Comments

@jidanni
Copy link
Contributor

jidanni commented Apr 19, 2021

On XML::LibXML::Node we see

       findnodes
             @nodes = $node->findnodes( $xpath_expression );

           findnodes evaluates the xpath expression (XPath 1.0) on the current...

       find
             $result = $node->find( $xpath );

           find evaluates the XPath 1.0 expression using the current node as...

Well then they should both say ( $xpath_expression ) or both say ( $xpath ) .

Same with the other items, and other sections, of the page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant