2008/8/24 "Martin v. Löwis" <[EMAIL PROTECTED]>: > Parsing Unicode XML strings isn't quite that meaningful.
Maybe not according to the XML standard, but I can see lots of practical situations where the encoding is always known and applied by some other layer, i.e. the I/O library or a database wrapper. Forcing XML to be interpreted as binary isn't always the best idea. E.g. consider storing XML in a SVN repository. Or consider storing XML fragments in Python string literals. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com