Simple XML-to-Python conversion

Kent Johnson kent37 at tds.net
Sat Mar 19 06:29:53 EST 2005


gaudetteje at gmail.com wrote:
> I've tried xmltramp and element tree, but these tools aren't what I had
> in mind.  
> 
> What I'm looking to use are basic structures such as:
> root.path
> root.input.method
> root.input.filename
> root.output.filename

I haven't used xmltramp but it seems to allow this style of access. Look at the examples in this 
article:
http://www.xml.com/pub/a/2003/12/17/py-xml.html

Kent



More information about the Python-list mailing list