Dean Hiller
Dean Hiller

Reputation: 20204

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?

Upvotes: 0

Views: 215

Answers (1)

Eugene Yokota
Eugene Yokota

Reputation: 95654

This issue was resolved a while back.

Upvotes: 1

Related Questions