mlabs wrote: > xmlDoc.load('c:\foo\settings.xml') would throw an error, but if I > moved the xml file alongside the javascript component code, and tried > this: > xmlDoc.load('settings.xml') it would work fine.
load() takes a URI. Try passing it one? For example, file://c|/foo/settings.xml -Boris _______________________________________________ dev-tech-xpcom mailing list dev-tech-xpcom@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-xpcom