Skip to content

replace XML findvalue ⇒ findvalues / findnode ⇒ findnodes #126

Open
@PierreS-alpha

Description

@PierreS-alpha

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.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions