Basically my question is not about how, its about Why ? :) Now i will tell what what i know, then tell me what i missing (if any).
In Firefox you can not access remote XML files such as RSS feed using Javascript, because you will get access denied error. Normally to solve it we implement proxy (Internal page to query the content) so we access it locally.
Another solution is to use Goolge Feeds API (or one of the extensions such JQuery extensions built on this API).
My question is very simple? Why does this Google Feed API works and can load the remote XML while with manual script we can not do it ? What i am missing here ?