On Tue, 2003-12-23 at 12:18, Juan Alvarado wrote: > Simon thanks for all of your help and comments. > > Off the top of your head can you tell me what tools you have used if > any that will allow me to convert from object to xml.
I've never needed to do object->xml, but I know of the following projects: * JAXB * Castor * java 1.4's "long term bean serialization" (see java.beans.*). * Betwixt Try searching google for "java xml binding" and "java xml serialization". Regards, Simon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
