logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: expat beginner:how to parse longer doc with ParseBuffer: msg#00040

Subject: Re: expat beginner:how to parse longer doc with ParseBuffer


Jobbágy Zsigmond wrote:
Hi,

I'm rather new to expat, trying to figure out how it works. Here is what I don't understand: When calling XML_Parse(...), or XML_ParseBuffer for longer documents, there is the IsFinal parameter, which tells expat if there is any more of the document. I couldn't find anything in the documentation about whether the pieces should end and start so, that they remain "well-formed" (is it possible at all?).

Buffer boundaries can be anywhere, even in the middle of markup.
Expat will see the "big picture" correctly.

Your examples are not detailed enough to know what is going wrong.
Btw, Firefox uses Expat.

Karl


<Prev in Thread] Current Thread [Next in Thread>