users@jaxb.java.net

flexible unmarshalling mode

From: Mark Hansen <mark_at_javector.com>
Date: Tue, 01 Nov 2005 15:38:52 -0500

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!