Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] OXM and combining xml elements

Hi Blaise,

Thanks for a lot for your reply.

Blaise Doughan schreef op 18-10-2013 21:56:
You will need an object to correspond to the repeating XML element
called "Element".

This is exactly what we did now to work around the problem. The issue with this however is that our software also needs to be able to output the same object model to another XML file which demands that there is no such wrapping.

Right now I implemented a getter on the model class which does the wrapping for this case, but I would like to have a more simple model class and put the differences for the different output exclusively in the binding files.

Do you think this would be possible?

Best regards,
Julius


Back to the top