Cocoon's capabilities - XML to PostgreSQL ?

2007-01-25 Thread Jim C.
I've got a large XML file, say 15 Mb and I need to get it into a PostgreSQL database. Can Cocoon do this? If so, I could sure use some tips. RTFM'ers Note: I am reading the docs now. Perhaps you could direct me to relevant sections? :-) Jim C. --

Re: Cocoon's capabilities - XML to PostgreSQL ?

2007-01-25 Thread Bertrand Delacretaz
On 1/25/07, Jim C. <[EMAIL PROTECTED]> wrote: I've got a large XML file, say 15 Mb and I need to get it into a PostgreSQL database. Can Cocoon do this?... It could, but if it's a one-time job, I'd go for generating SQL statements by transforming your XML with XSLT: XML file -> XSLT transform