I\'m working on some Javascript that makes use of Firefox 3.5\'s ability to perform cross-domain XMLHttpRequests… But I\'d like to fail gracefully if they aren\'t supported.
IE8 also has XDomainRequest object that can be used to retrieve RSS as text which can later be parsed into DOM.