0

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?

ghickman
  • 5,893
  • 9
  • 42
  • 51
Dean Hiller
  • 19,235
  • 25
  • 129
  • 212

1 Answers1

1

This issue was resolved a while back.

Eugene Yokota
  • 94,654
  • 45
  • 215
  • 319
  • yes, it was, and thanks as if I remember correctly you fixed it once I posted on your list pretty quickly like the same night(damn good support on that project). This is a very old question. – Dean Hiller Feb 11 '12 at 06:26