Also, depeding on your neeeds, you may be able to use a DomMapper from the org.jibx.extras package.
Mocky -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Brenk Sent: Wednesday, July 20, 2005 9:58 AM To: [email protected] Subject: Re: [jibx-users] Java<->DOM instead of Java<->xml stream Hi Nikita, it is possible with a custom implementation of the IXMLWriter interface. I've written one that marshalls into a JDOM Document and officially contributed it. It is not yet integrated into the main distribution though. If you need it right away I could send you a recent CVS checkout with all changes. Regards, Andreas Nikita wrote: > Hello jibx-users, > > Is that possible to map java objects to tree structures like DOM and > others? > > I need it to convert java objects into custom binary xml format and > I don't want to do superfluous xml parsing. > > ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ jibx-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-users
