Re: EXI

On Tue, 2011-03-22 at 20:16 +0100, Robin Berjon wrote:
> > How would you make document.write() work?
> 
> I take it that the issue here is only in the case in which it runs while the parser is itself running? I'd expect that for any other case, you have a tree that's an HTML DOM and you handle it just as it is. Or am I missing something?

It's possible that I'm misunderstanding EXI.

What's the output of an EXI decoder? Byte stream? 16-bit code unit
stream? Unicode character stream? Start tag / end tag / character data
event stream?

I thought the output is of the last type. Is it?

-- 
Henri Sivonen
hsivonen@iki.fi
http://hsivonen.iki.fi/

Received on Wednesday, 23 March 2011 10:03:19 UTC