[XML-SIG] python parser project

uche uraniumore238 at gmail.com
Tue Jul 21 19:19:13 CEST 2009


Hi All,

I am developing a python parsing program. This program takes two
inputs a comma dilimeted txt file and an xml file, which represents
the structure of the datafile. I am using python minidom to read in
the xml file and create a tree structure in an object file. The next
thing to do is to insert the data into the respective fields of the
tree. Once I am done, I'd like to send this object to an sql database.
Has anyone attempted to do this ? Is there an example code online that
I can reference to ? ... More specifically what code will allow me to
combine the data and tree structure into a complete object that I can
use to populate the sql database ?

Thanks.


More information about the XML-SIG mailing list