Stefan Scholl wrote:
> Well, http://docs.python.org/lib/module-xml.sax.html is missing
> the fact, that I can't use Unicode with parseString().
> 
> This parseString() uses cStringIO.

Well, Python unicode is not a valid *byte* encoding for XML.

lxml.etree can parse unicode, if you really want, but otherwise, you should
maybe stick to well-formed XML.

Stefan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to