Getting XML feed from google spreadsheets



Getting JSON is easy, but the XML that you get when you convert the JSON to XML using some of the available JS libraries does not validate.


the header doesn't transfer and the elements use a $ character that XML cannot handle.


Other than looping through the entries and generating an XML, is there a way to get the xml feed?


No comments:

Post a Comment