In scalaxb I have an element with duplicates:
xsi:type="ObjectEventType" xsi:type="ObjectEventType"
When duplicates exist how do I traverse the tree and transform to a new tree removing the duplicates?
This issue was resolved a while back.