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

From
Bernd G. <>
To
Date
2004-12-17T15:31:18Z
ID
<>
Thread
Re: [xml-dev] Stopping and resuming a sax parser?
On Friday 17 December 2004 16:17, you wrote:
> Bernd G. wrote:
> > I'm writing a trace feeder for an event driven simulation in C++. Doing
> > this, I have the problem that there are two concurrent control flows: one
> > of the simulation calendar generating simulation events saying "read the
> > next element from the trace file" and the other of the SAX parser running
> > through the XML document and generating the well known SAX events.
>
> Why not skip the trace file and the XMLReader completely? Instead just
> have the simulation invoke the appropriate methods in ContentHandler
> directly?

I'm not sure, if I understand your suggestion. If the simulation invokes the 
ContentHandlers... who is doing the XML parsing?

Bernd