It sounds like a good idea to make it easy for more sites to have an RSS feed.<p>Here is the code. It's pretty impressive how simple it is. It uses a library to read in the sitemap and loop through each link, and map the content and output a feed entry.<p><a href="https://github.com/midzer/sitemap2feed/blob/master/main.go">https://github.com/midzer/sitemap2feed/blob/master/main.go</a>