Trying to add the publish date, but it seems the
JavaDocs and the Jars are out of step.
while(iterator.hasNext()) {
Row sevr = (Row) iterator.next();
Item item = channel.addItem("",
sevr.getMessage(),
sevr.getName() +":" +
sevr.getMessage() );
item.addCategory(sevr.getName());
item.setCopyright("Me");
item.setDcDate(sevr.getTime());
item.setDcCreator("Me");
item.setDcSource(sevr.getName());
}
Also it seems none of the Dc method add to the item of
the RSS returned.
Is there a later jar i should be using ?
my main aim is to add the publish date.
Logged In: YES
user_id=268827
Originator: NO
Ben,
Apologies but I've only just noticed this entry you made. I'll have a look at it and come back with an answer for you.
Regards
Jason