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

From
Elliotte Harold <>
To
"Bernd G." <>
Date
2004-12-17T14:44:11Z
ID
<>
Thread
Re: [xml-dev] Stopping and resuming a sax parser?
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?

-- 
Elliotte Rusty Harold  
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim