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: ```xml <A> <B> <A> </A> </B> <A> </A> </A> ```
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: