Re: SVG Feedback on HTML5 SVG Proposal

Jonas Sicking wrote:
> As far as I know IE doesn't support streaming input, just streaming
> output. In other words, they don't start the transform or display
> anything until the whole XML resource has been downloaded. But they do
> start displaying the result document while the transformation is still
> in progress.
> 
> Or am I wrong and they are actually cool enough to support streaming input?

If they are, I'm pretty impressed, since the output for a given node 
depends, in general, on all other nodes in the document (XPath is 
powerful like that).

-Boris

Received on Monday, 23 March 2009 22:18:11 UTC