I read numerous posts on the issue of streaming XML into a SAX parser and on progressive XML parsing.
Progressive parsing works great but it sill requires all of the XML upfront (be it in a file be it in a memory buffer). Streaming of XML into a SAX parser doesn't seem to be addressed by Xerces out of the box. This seems to me like a very common scenario when dealing with large XML data. Most posts that discuss streaming of XML propose possible modifications to MemBufInputSource and BinInputSource in order to address this issue. Has anybody implemented such solutions and is willing to share it with others? If not, let's see if we can come up with something so that we don't have to reinvent the wheel. Thanks, Petar --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]