Re: DOMInputSource vs. DOMInputStream

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