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 |