You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Wayne <wh...@net2phone.com> on 2001/04/03 17:12:32 UTC

question about progressive parse

Hello,
I am trying to parse XML document sent from remote site. Because
I don't have the content length field for the XML document, I have
to parse it progressively. The problem is after encountered an
error due to incomplete content, I cannot continue the parse using
SAXParser::parseNext() though I have saved the last correct state
of XMLPScanToken. 
Is there someone know the answer?

thx,
wayne


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org