- From: Elliotte Rusty Harold <elharo@metalab.unc.edu>
- Date: Sat, 22 Feb 2003 10:08:31 -0500
- To: www-dom@w3.org
Possibly you know this already since the draft is a little old, but in section 1.3 of the Load-Save draft, "The expectation is that an instance of the DOMImplementationLS interface can be obtained by using binding-specific casting methods on an instance of the DOMImplementation interface or, if the Document supports the feature "Core" version "3.0" defined in [DOM Level 3 Core], by using the method Node.getInterface with parameter values "LS-Load" and "3.0" (respectively)." should read The expectation is that an instance of the DOMImplementationLS interface can be obtained by using binding-specific casting methods on an instance of the DOMImplementation interface or, if the Document supports the feature "Core" version "3.0" defined in [DOM Level 3 Core], by using the method DOMIMplementation.getInterface with parameter values "LS-Load" and "3.0" (respectively)." That is, change Node.getInterface to DOMIMplementation.getInterface -- Elliotte Rusty Harold
Received on Saturday, 22 February 2003 14:35:24 UTC