The current behavior of the internal libraries that parses the xml into dict merges entries with the same name.
In effect, we are losing information (e.g author).
That's not a correct behavior (e.g author, license, ...) and the diff fixes that.
Close T1131