This is a very general query - really I'm just looking for pointers to set me out on the right road.
In brief, I'm looking to generate realtime xml/rss feed(s) drawing from a Google Spreadsheet? Can I use Google Apps Script to generate this?
The Background: I have a proprietary CMS into which I want to pull in these rss feeds (I know how to do that!).
The content of the Spreadsheet would just be a few column-headings (Name, Short Desc, Keywords, Personal website URL). I want to be able to add content (rows) to the spreadsheet and, via the magic of RSS, have this content appear on the website via the feed.
I would really appreciate any pointers on how to achieve this. Thanks!