Is there a reasonably simple way to build a DOM Tree with SAX events ?
I am working on a client-server that communicates by XML over a socket. Some of the other developers are having trouble pulling a complete XML statement off of the data stream.
I implemented a DOM Parser with a very large input buffer and have had no problems (Yet)
It was suggested that a SAX Parser would not have size limitations or the problem of finding the end of the statement, but I have already written a lot of code to process a DOM tree and would like to be able to create one from the SAX Parser.
Thanks in advance.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]