- From: Philippe Le Hegaret <plh@w3.org>
- Date: 26 Jun 2003 17:25:38 -0400
- To: Ramesh Mandava <Ramesh.Mandava@Sun.COM>
- Cc: WWW DOM <www-dom@w3.org>
On Thu, 2003-06-26 at 14:25, Ramesh Mandava wrote: > Hi: > As part of DOM Level 3 Load and Save specification ( June 19 2003 : > http://www.w3.org/TR/2003/WD-DOM-Level-3-LS-20030619 ) java binding "DOMWriter" > is moved to > > "org.w3c.dom.DOMWriter" ( similarly DOMOutputStream ) . The idea may be to put > this as part of "DOM Level 3 Core specification". this is an error, it should be java.io.DOMWriter ditto for org.w3c.dom.DOMReader, org.w3c.dom.DOMInputStream, and org.w3c.dom.DOMOutputStream. > But the latest available version of "DOM L3 Core spec [ June 9,2003 ]" ( > http://www.w3.org/TR/2003/WD-DOM-Level-3-Core-20030609 ) doesn't specify this > interface. That's correct. > Can't the different DOM L3 specs can be in sync?? Is somebody trying to > resolve this issue?? hum, looking at xml-source.xml, I do see --map-type Java DOMInputStream java.io.InputStream --map-type Java DOMOutputStream java.io.OutputStream --map-type Java DOMReader java.io.Reader --map-type Java DOMWriter java.io.Writer I overlooked the result of the Java compiler when I generated the specification and didn't see the compiler errors :( I'm going to track the error and see what's wrong our the DOM script generator. Thanks for the report! Philippe
Received on Thursday, 26 June 2003 17:25:44 UTC