Hello,

I've been trying to getDocumentDOM() of a specific XML-document that I open
through an extension, but only have been able to get the DOM of a HTML
document that had been opened before an extension call.

var otherDOM = dreamweaver.openDocument(naviXmlUrl);
or
var oneDom = dw.openDocumentFromSite(naviXmlUrl);
or
var oneDom = dreamweaver.getDocumentDOM(naviXmlUrl);

I also tried following:

dreamweaver.setActiveWindow(naviXmlUrl);

but it just doesn't work. Whenever I try to manipulate with documentObject
it tells me that it is not specified.

I suspect that documentObject is only for an HTML-Document. It doesn't
really make sense, but I haven't found any information on that.

I would appreciate very much any help or tips.

Cheers, Olya