I have the following code, which uses AJAX to load XML from a URL, but using that code alone results in this error: "XMLHttpRequest cannot load. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost' is therefore not allowed access."
...Ideas, please?