I'm looking to retrieve JSON (from a third-party website) and convert it into a valid RSS/XML feed.
Is this possible?
Can RSS readers read pages that are basically only javascript generating a web page?
Are there other options to convert a JSON web page to RSS? (ie. retrieve the JSON using an HTTP request and then return valid RSS)