This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients brycenesbitt, eli.bendersky, scoder
Date 2013-08-11.16:17:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376237842.14.0.105465889257.issue18304@psf.upfronthosting.co.za>
In-reply-to
Content
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 ...).
History
Date User Action Args
2013-08-11 16:17:22scodersetrecipients: + scoder, eli.bendersky, brycenesbitt
2013-08-11 16:17:22scodersetmessageid: <1376237842.14.0.105465889257.issue18304@psf.upfronthosting.co.za>
2013-08-11 16:17:22scoderlinkissue18304 messages
2013-08-11 16:17:21scodercreate