Hi,
I need to write a python script to store data which is in XML to MYSQL and
even vice versa
what should be the approach?
i am able to establish a connection,create tables and insert data .
but how to read an xml file and store in MYSQL
my XML structure is like
can anybody help me in this
-swapna
-- Forwarded message --
From: swapna mudavath <[EMAIL PROTECTED]>
Date: Mon, Jun 23, 2008 at 5:27 PM
Subject: xml to mysql (vice versa ) too
To: Python-list@python.org
Hi,
I need to write a python script to store data which is in