Python elementTree seems unusable with namespaces. What are my alternatives? BeautifulSoup is pretty rubbish with namespaces too. I don\'t want to strip them out.
Ex
libxml (http://xmlsoft.org/) Best, faster lib for xml parsing. There are implementation for python.