- From: <keshlam@us.ibm.com>
- Date: Wed, 12 Jul 2000 08:29:32 -0400
- To: "www-dom@w3.org" <www-dom@w3.org>
> Can u create a DOM tree from scratch without an XML file.? >i.e. Just by having the document object, can u create all elements >including the root element? As of DOM Level 2, yes. However, the root element is created at the same time as the Document it belongs to. See the DOMImplementation.createDocument method, and the factory methods on the Document interface. ______________________________________ Joe Kesselman / IBM Research
Received on Wednesday, 12 July 2000 08:32:24 UTC