XML -> Tab-delimited text file (using lxml)

Gibson str1d3r at gmail.com
Wed Nov 19 12:33:38 EST 2008


On Nov 19, 11:03 am, Stefan Behnel <stefan... at behnel.de> wrote:
>
> Use iterparse() instead of parsing the file into memory completely.
>
> *stuff*
>
> Stefan

That worked wonders. Thanks a lot, Stefan.

So, iterparse() uses an iterate -> parse method instead of parse() and
iter()'s parse -> iterate method (if that makes any sense)?



More information about the Python-list mailing list