[EMAIL PROTECTED] wrote:
> what's the equivalent of minidom's getElementsByTagName in ElementTree?

element.findall("//{namespace}tagname")

Stefan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to