22 Jun
2006
22 Jun
'06
4:22 a.m.
Stefan Behnel a écrit :
Hi all,
I finally decided to take a shot at iterparse() and it turned out to be a matter of hours to implement it. It's very similar to ET's implementation and builds on top of the SAX2 interface of the libxml2 parser (as I proposed in my last post on this topic).
It is currently implemented on the iterparse branch:
https://codespeak.net/svn/lxml/branch/iterparse/ https://codespeak.net/viewvc/lxml/branch/iterparse/
Great! Cannot wait to try it on my projects! Thank you very much for your hard work on lxml :) -- Olivier