newsticker--parse-generic-items

newsticker--parse-generic-items is a compiled Lisp function in `newst-backend.el'.

(newsticker--parse-generic-items NAME TIME ITEMLIST TITLE-FN DESC-FN LINK-FN TIME-FN GUID-FN EXTRA-FN)

Parse generic news feed data.
Argument NAME gives the name of a news feed. TIME gives the
system time at which the data have been retrieved. ITEMLIST
contains the news items returned by the xml parser.

The arguments TITLE-FN, DESC-FN, LINK-FN, TIME-FN, GUID-FN, and
EXTRA-FN give functions for extracting title, description, link,
time, guid, and extra-elements resp. They are called with one
argument, which is one of the items in ITEMLIST.