write a script that that splits the xml file (check the python docs for the xml processing possibilities) and then insert the stuff using zsql metho calls.....trivial -aj --On Dienstag, 13. Januar 2004 18:22 Uhr +0000 garry saddington <garry@joydiv.fsnet.co.uk> wrote:
On Tuesday 13 January 2004 19:20, Andreas Jung wrote:
what is your *real* problem?
http upload is fairly easy creating a dtml method with the content is trivial using zsql is trivial
The real problem is taking an xml document with about 50 data items and inserting the data items (not the whole file) into Postgresql via the web using zope. There will be many such files each with the same data items but with different values. Then I would like to be able to export an xml document in the same format as the one above from the database via the web using zope. regards garry