Grazie per le informazioni, la guida a elementtree è molto chiara!<br>Ciao!<br><br><div class="gmail_quote">2009/2/17 Lawrence Oluyede <span dir="ltr">&lt;<a href="mailto:l.oluyede@gmail.com">l.oluyede@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2009/2/17 Paolo Ferretti &lt;<a href="mailto:paolo@paoloferretti.it">paolo@paoloferretti.it</a>&gt;:<br>

<div class="Ih2E3d">&gt; On Tue, Feb 17, 2009 at 09:16, Lawrence Oluyede &lt;<a href="mailto:l.oluyede@gmail.com">l.oluyede@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Attenzione che BeautifulSoup e` lenta come la morte. Io userei<br>
&gt;&gt; ElementTree per parsare l&#39;XML,<br>
&gt;<br>
&gt; Sì, effettivamente non è velocissima! :-) Sapresti dirmi quanto ElementTree<br>
&gt; sia più veloce?<br>
<br>
</div>Beh cElementTree e` sicuramente piu` veloce, ma non so di quanto. Ad<br>
ogni modo BeautifulSoup non e` nata per parsare<br>
XML genericamente ma per estrarre informazioni da pezzi di HTML piu` o<br>
meno standard.<br>
<br>
Qui ci sono dei benchmark che mettono a confronto lxml e ElementTree:<br>
&lt;<a href="http://codespeak.net/lxml/performance.html" target="_blank">http://codespeak.net/lxml/performance.html</a>&gt;<br>
(notare gli ordini di grandezza che distanziano lxml/cElementTree da<br>
ElementTree...)<br>
<div><div></div><div class="Wj3C7c"><br>
--<br>
Lawrence, <a href="http://oluyede.org" target="_blank">http://oluyede.org</a> - <a href="http://twitter.com/lawrenceoluyede" target="_blank">http://twitter.com/lawrenceoluyede</a><br>
&quot;It is difficult to get a man to understand<br>
something when his salary depends on not<br>
understanding it&quot; - Upton Sinclair<br>
_______________________________________________<br>
Python mailing list<br>
<a href="mailto:Python@lists.python.it">Python@lists.python.it</a><br>
<a href="http://lists.python.it/mailman/listinfo/python" target="_blank">http://lists.python.it/mailman/listinfo/python</a><br>
</div></div></blockquote></div><br>