Elementtree is now part of the python distribution. I am using it in a
Django app I created for a client to extract data from XML provided by
a web service. It works well but the documentation could be clearer.
On Jan 6, 9:27 am, "shi shaozhong" <
shishaozh...@gmail.com> wrote:
> I am reading in a xml from a web service. I wish to find a Python
> script to turn the xml into a Python data array for further
> manipulation and to be saved in a .dbf file.
>
> Has anyone tried the following script?
http://code.activestate.com/recipes/534109/