in reply to Re: Incremental parsing of multiple XML streams?
in thread Incremental parsing of multiple XML streams?
But I need a SAX like interface, generating events for data, as it enters. I'm not concerned about the XML's tree at the end, because I need it's data parsed (as far as possible), as it arrives. The opening of an element concerns me before it's end is even on the data stream, let alone actually parsed.
|
|---|