Re: Help with optimisation
by Alex Martelli other posts by this author
Aug 13 2007 10:24AM messages near this date
Re: Help with optimisation
|
Getting started with JPype
special_dragonfly <Dominic@[...].uk> wrote:
...
> dom=xml.dom.minidom.parseString(text_buffer)
If you need to optimize code that parses XML, use ElementTree (some
other parsers are also fast, but minidom ISN'T).
Alex
--
http://mail.python.org/mailman/listinfo/python-list
Thread:
Special_dragonfly
Bruno Desthuilliers
Alex Martelli
|