Hi Folks, I've been browsing through the archives and it seems a few people have had some experience with creating input sources for their sax2 parsers from tcp sockets. I'm looking to do the same thing but I'm having trouble with where to start. I've looked at the Memparse example as a start, but it seems to want the complete document in the buffer which gets fed to the ".parse()" function. I'm not going to have the complete document in a buffer, it will be continually streamed in from the socket. I thought receiving XML through tcp would be a fairly common task but there doesn't seem to be any native support for it in the xerces inputsource objects. Could anyone point me at any code examples of tcp input being done with a sax2 parser?
Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
