> -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Namens Rob van Maris > Verzonden: woensdag 17 november 2004 12:01 > Aan: [EMAIL PROTECTED] > Onderwerp: RE: xmlimporter and blobs > > > <ernst bunders:> > > > > dous anybody know if and how the xml importer is supposed to > > handle blobs? regards, > > Hi Ernst, > > Sorry for the delay, but I can answer this one easily. > Yes, blobs can be handled by the xmlimporter provided. In > order to do so they need to be encoded using Base64 encoding.
Thanks for responding anyway > > Methods to perform the encoding (byte[] to String) are > provided by org.mmbase.util.Base64, see the javadoc. Does that imply the blobs will have to be part of the xml? I'm asking this becouse i am working on an xml exporter, that will be able to export a part of a cloud, and allso convert builder, relation and fieldnames. in short: a data migration tool. I want to create the export as a transaction and then dump it to xml, so the xmlimporter tool will be able to import it. So blolbs support is important. Ernst > > Good luck, > Rob van Maris > Technical Consultant > > Quantiq > xmedia & communication solutions > > Koninginneweg 11-13 > 1217 KP Hilversum > > T +31 (0)356257211 > M +31 (0)651444006 > E [EMAIL PROTECTED] > W http://www.quantiq.com > > > >
