in reply to Re: Incremental parsing of multiple XML streams?
in thread Incremental parsing of multiple XML streams?

If that's the case, I can just wait for </xml>, and then parse that string up.

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.

-nuffin
zz zZ Z Z #!perl