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. -- http://mail.python.org/mailman/listinfo/python-list
- Is it possible to consume UTF8 XML documents using xml.dom.... Simon Willison
- Re: Is it possible to consume UTF8 XML documents using... Simon Willison
- Re: Is it possible to consume UTF8 XML documents u... Stefan Behnel
- Re: Is it possible to consume UTF8 XML documents using... Paul Boddie
- Re: Is it possible to consume UTF8 XML documents u... Simon Willison
- Re: Is it possible to consume UTF8 XML documen... Simon Willison
- Re: Is it possible to consume UTF8 XML doc... Paul Boddie
- Re: Is it possible to consume UTF8 XM... Peter Otten
- Re: Is it possible to consume UTF... Paul Boddie
- Re: Is it possible to consume... Peter Otten
- Re: Is it possible to consume... Paul Boddie