Stefan Behnel added the comment:

There's also the QName class which can be used to split qualified tag names. 
And it's pretty trivial to pre-process the entire tree by stripping all 
namespaces from it the intention is really to do namespace agnostic processing. 
However, in my experience, most people who want to do that haven't actually 
understood namespaces (although, admittedly, sometimes it's those who designed 
the XML format who didn't understand namespaces ...).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18304>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to