Subj : Re: DOM of an XML object To : jessica zhu From : Igor Bukanov Date : Tue Oct 05 2004 02:08 pm jessica zhu wrote: > Does anyone know how to get a DOM object of a XML object? I try to use > domNode() of the XML method and get a message saying that there is no > domNode() method. Is that because it has not been implemented yet? (I am > using rhino1_6R1pre). For E4X implementation Rhino uses XMLBeans, http://xmlbeans.apache.org/ which does not support DOM API to access parsed XML so there is no simple way to implement domNode() functionality. XMLBeans 2.0 will DOM API and when that would be already, then Rhino would gain domNode(). Regards, Igor .