problems with xml parsing (python 3.3)

jannidis at gmail.com jannidis at gmail.com
Tue Oct 30 08:37:52 EDT 2012


If someone comes across this posting with the same problem, the best answer seems to be: 
avoid Pythons  xml.etree.ElementTree and use this library instead: 
http://lxml.de/
It works like expected and supports xpath much better. 



More information about the Python-list mailing list