most complete xml package for Python?

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Wed Mar 14 18:28:01 EDT 2007


In <1173909884.822838.264030 at n76g2000hsh.googlegroups.com>, metaperl
wrote:

> Well, I'm not a troll. And I am now even less impressed with
> ElementTree. It does not preserve the document but reforms it in
> certain cases.
> 
> <script></script>
> 
> gets rewritten as
> 
> <script />
> 
> which leads to problems when embedding Dojo Rich Text Editors.

So those editors have some problem with XML.  I'm not impressed
by such code.  ;-)

It's like complaining about:

In [100]: '\x61'
Out[100]: 'a'

It's the same information, just a different representation.  Both are
within the specs.

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list