Forum Moderators: open
Then I just schedule a CRON job that runs every few hours and executes the script. The script of course will be like one of your cgi pages that pulls new content, only instead of writing it to HTML, you write it out in XML using the functions provided in the XML::RSS module from CPAN.
Good luck.