Read XML on remote server

Hi,what’s the easiest way to import xml-data on a webbased domino application.

My goal is to embed photogals on websites using Flickr. You will see a testform on http://www.wandelwereld.be/jvanmeir/jan.nsf/galform but this is made using json-technology.

Flickr offers more opportunities using xml.

I test several things using javascript but we allways receive a “access denied” error because javascript does not allow to access remote sites.

Please help.

Regards

Subject: Read XML on remote server

It is a known limitation or Javascript that it doesn’t allow cross-site scripting.

But if you have access to code of both sites, you may play with setting window.document.domain property and trick the computer so that it thinks it is all in the same site:) I saw this work from one domino server to another (different hostnames), so maybe it is possible.

Subject: RE: Read XML on remote server

Thanks for your help, but this option will only work with subdomains