I\'m trying to use JAXB to unmashall some XML which I used xjc to create in the first place. I don\'t want to do any validation on the unmarshalling, but even though I have
You can create the Unmarshaller directly from a javax.xml.transform.sax.SAXSource.
See the example on this page: http://docs.oracle.com/cd/E17802_01/webservices/webservices/docs/1.6/api/javax/xml/bind/Unmarshaller.html
Than you "only" need to provide your own URIResolver to that SAXSource