Hi all, i wonder if/how JiBX supports attributes of the document's root node like "xsi:noNamespaceSchemaLocation=..." or "xsi:schemaLocation=...". where do these attributes go when unmarshalling a document? how can i set those for marshalling?
The only solution i found was adding these attributes to the binding definition, but then i need methods to get/set the values as members of my mapped classes, which is somehow awkward. It would be nice to set them for a particular document just before calling MarshallingContext.marshalDocument(...). regards, Tilman ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users
