Skip to content

Bug : Parser dont't work with node with the same name #4

Description

@zelytra

If you try to parse this XML with multiple node with the same name, the parser failed and don't retrieve childrens correctly.

The XML to reproduce the problem:

<A>

  <B>
    <A>
    </A>
  </B>

  <A>
  </A>
</A>

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions