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
|