Re: Support for integration with XML is broken

Ivan Herman writes:

> The default xml parser coming with Python (minidom) does not
> implement namespace management in its full beauty, afaik. To have
> that, and the relevant DOM API calls, would require using some
> external XML libraries. The problem with that is that such
> libraries, though exist, are not keeping up with the latest Python
> releases, because the other libraries are not fully DOM based. (I do
> not know them really well, so it would require some extra digging to
> find out the details; I use the minidom with a minimal DOM API.)

What version(s) of Python are we worrying about here?

Thanks,

ht
-- 
       Henry S. Thompson, School of Informatics, University of Edinburgh
      10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440
                Fax: (44) 131 651-1426, e-mail: ht@inf.ed.ac.uk
                       URL: http://www.ltg.ed.ac.uk/~ht/
 [mail from me _always_ has a .sig like this -- mail without it is forged spam]

Received on Thursday, 20 October 2011 12:55:19 UTC