[Expat-discuss] XML Pull Support

Karl Waclawek karl at waclawek.net
Tue Nov 25 19:07:11 EST 2003


> Hi
> 
> Is expat supporting for the xml pull model.
> 

Is it implemented as a specific API? No, not yet.
However, I recently added patch #835123 - check
http://sourceforge.net/tracker/index.php?func=detail&aid=835123&group_id=10127&atid=310127
which should enable pull-like operation by allowing you
to stop and resume the parser.

How to implement pull operation on top of a push
parser is described (in principle) here:
http://lists.xml.org/archives/xml-dev/200311/msg00392.html

Karl



More information about the Expat-discuss mailing list