Cross Domain RSS (XML) Client Side Only Solution?
Assuming my conditions for building a RSS feed reader were I had to pr开发者_开发知识库ovide only a Javascript snippet. The RSS is cross domain and is only XML. What are my options and how can I implement them? thanks
Use cross-domain XHR with appropriate HTTP access control use.
精彩评论