http://www.w3schools.com/php/php_ajax_rss_reader.asp
I'm using the above tutorial to create an RSS reader. It all seems to work however I would like to be able to see the source code for the content when someone right-clicks and asks to 'view source'. I understand that the work is done server side and the feed content is echoed from within the file doing the processing but I REALLY need to have this functionality of being able to see that in the code.
Thank you in advance for any help!