views:

46

answers:

1

Assuming my conditions for building a RSS feed reader were I had to provide only a Javascript snippet. The RSS is cross domain and is only XML. What are my options and how can I implement them? thanks

A: 

Use cross-domain XHR with appropriate HTTP access control use.

Eli Grey
thanks eli - i'm going to research this but do you know off-hand if it works in IE6+, FF, Safari, and Chrome? thnx
bresson
IE8+ (with it's own proprietary `XDomainRequest` constructor), Firefox 3+, no idea for Safari, and Chrome 4+. Also, mind accepting my answer?
Eli Grey
thanks - accepted the answer.
bresson