Python-list Digest, Vol 13, Issue 401

Stewart Midwinter stewart.midwinter at gmail.com
Mon Oct 25 03:04:45 EDT 2004


From: johng2001 at rediffmail.com (John)
>Is there some sort of converter that converts XML to something more
eye friendly? 

well, you could always try ElementTree, from http://effbot.org. it's a
pretty straightforward way to read in an xml file and convert it to a
Python data structure that you can then manipulate.

cheers
S



More information about the Python-list mailing list