On 5/19/06, Alex Vincent <[EMAIL PROTECTED]> wrote:
> var req = Components.classes["@mozilla.org/xmlextras/xmlhttprequest;1"]
>   .createInstance(Components.interfaces.nsIXMLHttpRequest);
>
> req.open("GET", "chrome://foxyproxy/content/strings.xul", false);

XMLHttpRequest doesn't work for chrome URL's (HTTP and chrome are
different protocols entirely).  Personally, I recommend you look into
DOMParser and the ChromeFile interface I wrote for jslib.

Yes it does. It's neither restricted to XML nor to HTTP.

Eric: does e.item(i) work?

Nickolay
_______________________________________________
Project_owners mailing list
[email protected]
http://mozdev.org/mailman/listinfo/project_owners

Reply via email to