Hi,
I am using the MemBufInputSource as my input source for the SAX parser. However, my application will have to stream the data piecemeal as separate MemBufInputSource's to the SAX parser because of the size of the input files.
For instance, a MemBufInputSource will represent only a chunk of the actual xml file. When the SAX parser reaches the end of that memory buffer, it will need to wait for the next MemBufInputSource to continue parsing rather than ending the parse or giving an error. Is there a way for the SAX parser to parse one buffer, wait, then parse another buffer, wait, and so on, until you tell the parser that this is the last buffer?
Siehnai Williamson
DocuCorp International, Inc.
