Re: [xml-dev] Re: Streaming XML (WAS: More on taming SAX (was Re: [xml-dev] ANN: Amara XML Toolkit 0.9.0))

From
Miles Sabin <>
To
Date
2004-12-30T21:54:29Z
ID
<>
Thread
Re: [xml-dev] Re: Streaming XML (WAS: More on taming SAX (was Re: [xml-dev] ANN: Amara XML Toolkit 0.9.0))
Uche Ogbuji wrote,
> SAX says nothing that prevents temporally simultaneous events.

If it doesn't that's a bug in the docs and should be fixed.

The runtime nesting of SAX event callbacks mirrors the structure of the 
real or virtual document being parsed. Simultaneous events would imply 
superimposed nodes ... which ain't possible.

But I don't need to tell you that ... sorry to quibble with your 
rhetorical flourish ;-)

Cheers,


Miles