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


> > What's the difference between streaming SAX events versus "streaming
> > the XML"?  /Roger
...
> Or maybe you were planning on transmitting "SAX events" using pieces of
> XML?  The start tag for startElement() maybe?  There are lots of
> different possibilities.

This is what I was wondering. Why not just send the XML you want 
parsed rather than cook up a means to serialize SAX events? Surely 
that'll be more work?

Any XML parser will start parsing as soon as it receives the start element, 
so you can have the document being incrementally parsed on the client 
as it's being spat out by the server.

Doesn't Jabber do something similar?

L.


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