Tanya Dudka wrote:

Thank you for your answer, it helps a lot.
I have another question . When I unmarshal to org.w3c.dom.Element, I would like to use my Document
instance (SVG document provided by Batik). How can I do this?


You'd have to change the code to support this. org.jibx.extras.DomMapperBase is what creates the Document instance, in the constructor; you could instead have this use a static Document instance you could preset from outside code.

 - Dennis


------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ jibx-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to