[b]"What's the best Python XML parser for handling large files efficiently?"[/b] or [b]"How do you choose the righ

22 Replies, 1140 Views

For *really* big files, have you considered streaming parsers? `sax` is old-school but reliable.

Or, if you’re okay with external tools, `xmlstarlet` (command line) + Python subprocess can be a hacky but effective combo.

Just saying—sometimes the best Python XML parser isn’t pure Python.

Messages In This Thread



Users browsing this thread: 1 Guest(s)