Hello, > BTW, if you're actually dealing with large data sets, your program may (or > may not) benefit from incremental parsing and writing, instead of requiring > all data in memory at one time.
You’re talking about the pull parser: https://lxml.de/api/lxml.etree.XMLPullParser-class.html ? Cheers, Jens _______________________________________________ lxml - The Python XML Toolkit mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/lxml.python.org/ Member address: [email protected]
