The JAXB 2.0 - Proposed Final Draft speaks of "flexible unmarshalling
mode" whereby certain type of 'invalidness' (e.g., out of order
elements" are OK.
(1) Is "flexible unmarshalling" the default - even when a JAXP 1.3
Validator has been set? I.e., if the Validator flags "out of order"
elements - are these errors surpressed?
(2) How do you turn on/off "flexible unmarshalling"?
Thanks!