On Sep 20, 2012, at 11:53 PM, Benoit Chesneau <[email protected]> wrote:
> https://github.com/refuge/refuge.blog/blob/master/lists/rss_feed.js Two potential issues with this, from quick inspection: (1) The date is emitted from the template just using "<pubDate>{{created_at}}</pubDate>”. It’s not clear whether the created_at field has the correct date format for RSS 2.0. (2) The XML is generated by calling Mustache.to_html. Does Mustache realize it’s generating XML not HTML? Otherwise it might for instance generate HTML escapes (like "é") that aren’t defined in raw XML. —Jens
