I'm near to release a DOM level 2 implementation that implements all intefaces of Core and XML modules for GNOME. Is it right if my implementation of DOMImplementation.hasFeature method have the following behavior? DOMImplementation.hasFeature("Core", NULL) --> TRUE DOMImplementation.hasFeature("XML", NULL) --> TRUE DOMImplementation.hasFeature("Core", "2.0") --> TRUE DOMImplementation.hasFeature("XML", "2.0") --> TRUE DOMImplementation.hasFeature("Core", "1.0") --> TRUE DOMImplementation.hasFeature("XML", "1.0") --> TRUE else FALSE Thanx Paolo -- Paolo Casarini - casarini@cs.unibo.itReceived on Thursday, 22 March 2001 18:13:01 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:52 GMT