Forums / Developer / Import additional RSS attributes

Import additional RSS attributes

Author Message

Yngve Bergheim

Wednesday 12 October 2005 4:23:58 am

eZ allready imports title, description and url by default. But I also need to get the pubDate and category channel from a RSS-feed (http://blogs.law.harvard.edu/tech/rss).

Has someone done this before?

My guesses:
Kernel/classes/ezrssexport.php I need to copy line 308-325 and modify it to suite my extra channels.
Kernel/rss/*.* Guess I need to modify the admin template too.