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"><<a href="mailto:l.oluyede@gmail.com">l.oluyede@gmail.com</a>></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 <<a href="mailto:paolo@paoloferretti.it">paolo@paoloferretti.it</a>>:<br>
<div class="Ih2E3d">> On Tue, Feb 17, 2009 at 09:16, Lawrence Oluyede <<a href="mailto:l.oluyede@gmail.com">l.oluyede@gmail.com</a>> wrote:<br>
>><br>
>> Attenzione che BeautifulSoup e` lenta come la morte. Io userei<br>
>> ElementTree per parsare l'XML,<br>
><br>
> Sì, effettivamente non è velocissima! :-) Sapresti dirmi quanto ElementTree<br>
> 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>
<<a href="http://codespeak.net/lxml/performance.html" target="_blank">http://codespeak.net/lxml/performance.html</a>><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>
"It is difficult to get a man to understand<br>
something when his salary depends on not<br>
understanding it" - 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>