I am a career .NET developer, but have recently been delving into the LAMP universe.
I have an Joomla/VirtueMart ecommerce site near ready to launch. The vendor's xml datafeed must undergo transformation before it can be imported into the products database.
I wrote a .NET console app that can easily perform the transform and upload to the site. I am convinced there is a better way.
So I have been looking at cgi scripts. Just from what I have read it seems the only way to execute a cgi script is through an http request. Is there a way to schedule a cgi-script to run at a specific time?
Also, which language works best for transforming xml? C, Perl, or Python?