Scala: How to remove a duplicate attribute?

227 Views Asked by At

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?

1

There are 1 best solutions below

1
On BEST ANSWER

This issue was resolved a while back.