I would like to have a web service in PHP simply send an existing XML file - this is to get around the cross-site XMLHttpRequest limitation. I need to read it in JavaScript on the client end.

Can this be done?

I am a PHP n00b, so any code example some kind soul can provide would be greatly appreciated.

:-)