Henry Minsky wrote:
Are you trying to load an XML file from a host that is different than the one you loaded the app from? If so, that would be a browser security policy violation, they don't allow cross-site XMLHTTPRequest by default, although you can set the security policy manually in the browser. This is a real deficiency of the browsers, there is a proposal for a permissions file to go onto the servers, much like the Flash crossdomain.xml file, but I don't think any of the browsers have implemented it yet, (except maybe Firefox?)
Ah... that's why. Now I understand. =) I think I'll just implement a PHP script that will load XML files from external sites on behalf of the calling script. This is easy to implement using cURL.
BTW, is someone here currently working on a PHP-based LPS proxy? If you need help, just let me know. I can spare some time to implement a few modules.
Thanks!!! :) Rock on, [ simon.cpu ] -- And /usr/games/fortune futurama says: Pop a Poppler in your mouth When you come to Fishy Joe's What they're made of is a mystery Where they come from no one knows You can pick 'em you can lick 'em you can chew 'em you can stick 'em If you promise not to sue us you can shove one up your nose.
