From: Michael G. <mg...@vi...> - 2004-02-04 18:14:17
|
FYI - I believe the date formatting in SyndicatedElement is off. This line: static SimpleDateFormat psdf = new SimpleDateFormat("E, FF MMM yyyy k:m:s z"); should be: static SimpleDateFormat psdf = new SimpleDateFormat("E, dd MMM yyyy HH:mm:ss z"); Other than that, things are working well. It is in daily use generating RSS feeds at Furl ( http://www.furl.net ). -Mike |