plastikfan / jaxom-ts

Another JSON to XML converter with inheritable attributes and custom element consolidation
MIT License
0 stars 0 forks source link

combineDescendants need to combine non id GrandChildren #47

Closed plastikfan closed 4 years ago

plastikfan commented 4 years ago

When the grand child elements of the element being built does not have an id, the parent (ie the thing in the middle) may still have multiple entries of the same type listed as separate entities. These are still ripe for combination, whcih the current implementation of combineDescendants does not complete.

branch: combine-anon