[ZODB-Dev] Export and Import
   
    Chris Withers
     
    chrisw@nipltd.com
       
    Wed, 27 Feb 2002 08:00:05 +0000
    
    
  
Magnus Lyckå wrote:
> 
> I'm developing a non-ZOPE application with ZODB as
> my database. I was thinking about exporting my data
> in some kind of text format. XML seems suitable.
Well, I know Zope has an 'export to XML' functionality for bits of ZODB. I dunno
where this code lives, if you're lucky it'll be at the ZODB level, and you can
just use it, if not, it might be worth tracking it down in the Zope code and
copying it for your use...
cheers,
Chris