Hi, I have some question about progressive parser, in reality it is very common to get data from some async source and push it to the xml parser, currently such behavior seems to be not implemented? MemBufInputSource/BinMemInputStream assume that memory buffer is final, they do not accept any data additions/writes so I cannot feed progressive data to the parser. Do I understand it right, that I have to implement new InputSource/InputStream, in order to support progressive data for the progressive parser?
Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
