ajaxでは他所から直接RSSとか引っ張ってこれないから、phpでwrapper書くときはこんな感じ。
<?php header('Content-type: text/xml; charset=UTF-8'); echo file_get_contents($_REQUEST['url']); exit; ?>
<?php header('Content-type: text/xml; charset=UTF-8'); echo file_get_contents($_REQUEST['url']); exit; ?>