28 Jan
2016
28 Jan
'16
10:47 a.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!