Hi, I'm basically running Rhino as an expression engine embedded in a larger runtime (executing WS-BPEL in my case). As such variable values are actually stored externally to Rhino. So I'm using a Delegator and override the get(String, Scriptable) method to provide the variable values that Rhino doesn't know of. So far it's been working pretty well.
However some (actually a lot) of those values are XML, therefore I need to build a Rhino internal representation of an XML object and return it (or at least that's what I'm guessing as returning a plain DOM Node doesn't seem to work so well). I haven't found how to build an instance of xmlimpl.XML so far. The whole API seems to be protected or private. Did I miss an entry point somewhere? Should I add one? Thanks! Matthieu _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
