There is plenty of information on XML to JSON conversion... But I would like to convert a JSON result into XML.
For example the iTunes Search API only provides output in the JSON format.
I would like to consume this JSON result as an XML feed (to be read by any standard feed reader).
If I could offload the work to Yahoo Pipes that would be great (it's a free service and would reduce the load on my server).
As an side my site is being built with Ruby / Sinatra - hosted on Heroku.