RE: question about progressive parse

2001-04-03 Thread Dean Roddey
PROTECTED] -Original Message- From: Wayne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 8:13 AM To: [EMAIL PROTECTED] Subject: 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 d

question about progressive parse

2001-04-03 Thread Wayne
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