Retrieve a cross domain RSS(xml) through Javascript
        Posted  
        
            by Ajay
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Ajay
        
        
        
        Published on 2009-12-03T05:31:23Z
        Indexed on 
            2010/05/04
            18:08 UTC
        
        
        Read the original article
        Hit count: 217
        
I have seen server side proxy workarounds for retrieving rss (xmls) from cross-domains. In fact this very question addressess my same problem but gives out a different solution.
I have a constraint of do not use a proxy to retrieve rss feeds. And hence the Google AJAX Feed API solution also goes out of picture. Is there a client-only workaround for this problem.
JSONP is the solution for requests that respond with JSON output. But here, I have RSS feeds which can respond with pure xml .
How do I solve the problem.
© Stack Overflow or respective owner