Ignoring XML Namespaces with cElementTree

dmtr dchichkov at gmail.com
Sat May 1 23:06:24 EDT 2010


> Unless you have multiple namespaces or are working with defined schema
> or something, it's useless boilerplate.
>
> It'd be a nice feature if ElementTree could let users optionally
> ignore a namespace, unfortunately it doesn't have it.


Yep. Exactly my point. Here's a link to the patch addressing this:
http://bugs.python.org/issue8583



More information about the Python-list mailing list