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

replace XML findvalue ⇒ findvalues / findnode ⇒ findnodes #126

Open
PierreS-alpha opened this issue Dec 16, 2022 · 0 comments
Open

replace XML findvalue ⇒ findvalues / findnode ⇒ findnodes #126

PierreS-alpha opened this issue Dec 16, 2022 · 0 comments

Comments

@PierreS-alpha
Copy link
Collaborator

In the XML2 module we have redundant functions: findvalue/findvalues and findnode/findnodes.
the couple's first one returns the first element found while the couple's econd returns a complete array of all element found.

It might be relevant to replace all the findvalue/findnode calls with findvalues[1]/findvalues[1] and thus delete findvalue/findnode.

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

No branches or pull requests

1 participant