I apologize for my stupid question. The recommended approach can be read in the documentation of IUnmarshallingContext. For those who didn't know it: Just replace
uctx.setUserContext(this); uctx.unmarshalDocument(oStream, null); by uctx.setDocument(oStream, null); uctx.setUserContext(this); uctx.unmarshalElement(); and that's it!! JiBX is definitely a fantastic library! Greetings from Bremen, Daniel Krügler _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
