scalascalaxb

Scala: How to remove a duplicate attribute?


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?


Solution

  • This issue was resolved a while back.