In <[EMAIL PROTECTED]>, 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to