Subj : Re: Rhino DOM integration. To : Bruno Vignola From : Igor Bukanov Date : Wed Jan 07 2004 04:56 pm Bruno Vignola wrote: > > I have almost the same problem, i.e. to access a parsed XML document > from JavaScript but using Rhino instead of sm; I tried a solution > relying on LiveConnect, building dynamically the XML nodes as > Scriptable Objects, but I am not able to access the tree using the W3C > DOM interface ... This is strange, it should be trivial to use Java DOM implementation from Rhino. What exactly was your problem and how did you embedded Rhino in your application? Regards, Igor .