I would like to load xml from another site using fopen or simplexml_load_ file but I'm running into issues relating to the file being on a different domain.

so, from xx.com I want to load an xml file from yy.com. xx.com and yy.com are different sites and hosted at different servers.

Any assistance would be greatly appreciated.

Ken