- From: Philippe Le Hegaret <plh@w3.org>
- Date: Mon, 28 Jan 2002 16:44:52 -0500
- To: www-dom@w3.org
From: Elliotte Rusty Harold <elharo@metalab.unc.edu> Subject: DOMInputSource vs. DOMInputStream > > The latest Load-Save draft defines DOMInputSource thusly: > > interface DOMInputSource { > attribute DOMInputSource byteStream; > attribute DOMReader characterStream; > attribute DOMString stringData; > attribute DOMString encoding; > attribute DOMString publicId; > attribute DOMString systemId; > attribute DOMString baseURI; > }; > > In previous drafts the byteStream attribute had type DOMInputStream > instead of DOMInputSource. I think it still should, and that the > changeis likely a mistake. I can't really understand what it would mean > for a byteStream to be a DOMInputSource. Fixed. the byteStream is a DOMInputStream. Thanks, Philippe
Received on Monday, 28 January 2002 16:44:52 UTC