I have a news provider who deposits xml news files on my server via FTP every day. I need to automatically parse each day's files and display them on my Drupal website. I'm not even sure where to start... not sure how to instruct Drupal or PHP/MySQL to select the files automatically, parse them and display them. Any ideas? The XML structure is well-formed and never changes.
Thank you!
Jane