Is it possible to consume UTF8 XML documents using xml.dom.pulldom?

Simon Willison simon at simonwillison.net
Wed Jul 30 11:16:26 EDT 2008


Follow up question: what's the best way of incrementally consuming XML
in Python that's character encoding aware? I have a very large file to
consume but I'd rather not have to fall back to the raw SAX API.



More information about the Python-list mailing list