Hello,
I want my Unmarshaller to ignore certain elements which are not defined in the mapping-file. All other elements should be processed as normal (throwing an exception when they do not exist). Unfortunately there is only one flag for this, setIgnoreExtraElements which either ignore all unknown elements or throws an exception on all unknown elements. I really need a "ignore-this-undefined-mapping-element"-list, or something similar. Best regards, Mads

