<p>I use minidom all the time and i don' t have that problem could you describe more of the process ? <br>
El oct 20, 2011 5:53 p.m., "John Gordon" <<a href="mailto:gordon@panix.com">gordon@panix.com</a>> escribió:<br>
><br>
> I recently inherited some code that uses xml.dom.minidom to build a large<br>
> XML document, and I noticed that it is quite slow and uses a ton of memory.<br>
><br>
> I converted the same code to use lxml.etree and it is much faster and<br>
> uses not nearly so much memory.<br>
><br>
> Why is minidom so hungry for resources?  What is it doing with all that<br>
> memory and CPU?<br>
><br>
> --<br>
> John Gordon                   A is for Amy, who fell down the stairs<br>
> <a href="mailto:gordon@panix.com">gordon@panix.com</a>              B is for Basil, assaulted by bears<br>
>                                -- Edward Gorey, "The Gashlycrumb Tinies"<br>
><br>
> --<br>
> <a href="http://mail.python.org/mailman/listinfo/python-list">http://mail.python.org/mailman/listinfo/python-list</a><br>
</p>