Streaming SAX Parser
I need a SAX parser, fine, there are plenty. But I need a *streaming* one, able to take data as it arrives over a slow, high-latency network and update the UI before all the XML lands. And I can't find one. I guess I write my own? I thought this was standardized years ago.
This post is for members only
Already have an account? Sign in.