Re: [xml-dev] Stopping and resuming a sax parser?

From
Bernd G. <>
To
Date
2004-12-17T15:40:09Z
ID
<>
Thread
Re: [xml-dev] Stopping and resuming a sax parser?
>
> Depends on the SAX parser you are using.
> A SAX-like parser that implements this feature is Expat,
> http://www.libexpat.org. There are C++ SAX wrappers for it,
> but I am not sure if they expose this capability.

Expat looks promising since exactly this feature was introduced in the latest 
version 1.95.8. Unfortunately there seems to be no C++ wrapper for this 
version, but I'll give it a try.

thanks
 Bernd