[Home] [By Thread] [By Date] [Recent Entries]


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  elharo@m...
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

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member