xml.etree.ElementTree and XPath

xkenneth xkenneth at gmail.com
Sat Oct 18 15:44:26 EDT 2008


All,

    Can I execute XPath queries on ElementTree objects ignoring the
namespace? IE './node' instead of './{http://namespace.com}node'.

    Is there any support for XPath and Minidom?

Regards,
Ken



More information about the Python-list mailing list