Newbie to XML in Python

Batista, Facundo FBatista at uniFON.com.ar
Fri Aug 20 10:26:29 EDT 2004


[Jens Thiede]

#- XML in Python doesn't seem easy or intuitive. All I need to 
#- do, is to 
#- interpret a small piece of XML in which I store data for the 
#- contents of 
#- an autorun menu. What is the quickest/most effective way to do this?

I used xml.parsers.expat my first time, and it was some orders of magnitude
easier than I thought (and a lot more easier that parse it by hand).

.	Facundo



More information about the Python-list mailing list