
27 Jan
2016
27 Jan
'16
11:47 p.m.
Joel W. Shea via luv-main writes:
You want a SAX (Simple API XML) parser, which allows you to process the data in a stream by registering callbacks, although that's relatively complicated. ...you could probably write something that uses libxml2's xmlReader[2], [...] There's also Python bindings, if C wasn't already your thing.
So *that's* why Python's XML parser UI was so flipping complicated!