Re: Reviews of DOM 3 Core and Load&Save

François Yergeau wrote:
> +++++++++++++++++++++++++++++++++++++++++
> In interface DOMInput, it says "The DOMParser will use the DOMInput
> object to determine how to read data. The DOMParser will look at the
> different inputs specified in the DOMInput in the following order to
> know which one to read from, the first one through which data is
> available will be used: "
> 
> It is not clear how the DOMParser does that, i.e. how it determines if
> data is available.  Is there an expectation that, say,
> DOMInput.characterStream will be null if data is not available there?
> What about stringData?  Null or empty?  Is this binding-specific?
> 
> Same comment for DOMOutput.

Fixed. Both DOMInput and DOMOutput now specify how to know what 
input/output to use.

-- 
jst

Received on Monday, 15 September 2003 20:17:27 UTC