RSS2.0 Feed truble : date Non Apper
RSS2.0 , rsstag element is case-sensitive.Basically
Ex1. http://transposh.org/feed/ date Non Apper.
Sourcr code is
<pubdate>.....</pubdate>
Correctly
<pubDate>.....</pubDate>
Ex2.
http://trac.transposh.org/timeline?milestone=on&ticket=on&changeset=on&wiki=on&max=50&authors=&daysback=90&format=rss
date Apper
Sourcr code is
<pubDate>.....</pubDate>
function strtolower() seems to be converted from pubDate --> pubdate , somewhere
http://wordpress.org/extend/plugins/transposh-translation-filter-for-wordpress/