I am trying to analyse the XML response from using the Youtube API as follows
http://gdata.youtube.com/feeds/api/videos?q=dogs
When I try this the browser gets taken to Google Reader, where a feed is loaded with the query results. But I want the actual XML document to be displayed in Firefox. How can I do this? Thanks for reading.