Hi

I use Mozilla in an eclipse based rich client via the package
org.eclipse.swt.browser.

I need to render an xhtml document that loads some javaScript using the
script element .The javaScript code then fetches an xml file. All
documents involved lie in the local file system. (In the long term, they
will be loaded by http, but always from the same server.)

Since I upgraded my system to ubuntu 8.04, the swt browser package uses
the mozilla 3 engine. Now I encounter errors presumably due to some
security policy of the engine:

Error: Error loading mydocument.xml
Cause: Error: Permission denied to call method XMLHttpRequest.open

Is there any way to tell the engine that it is safe to load these files
(from the file system / from an explicitly specified server) ?


Thanks

Yahya



_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to