I have two versions of an XSD Schema. The XSDs are very similar, although the XML namespace is different (the xml namespace is used for versioning). I would like to unmarshall the two versions using the same object model. JAXB is used to generate the object model.
Is there an easy way to read two slightly different XML models into the same object model?