All,
Can I execute XPath queries on ElementTree objects ignoring the
namespace? IE './node' instead of './{http://namespace.com}n ode'.
Is there any support for XPath and Minidom?
Regards,
Ken
Can I execute XPath queries on ElementTree objects ignoring the
namespace? IE './node' instead of './{http://namespace.com}n ode'.
Is there any support for XPath and Minidom?
Regards,
Ken
Comment