I can't seem to get the XSLT Engine to work with dynamic contet.
I have defined files ending in .cgi as being of type
"application/x-httpd-cgi" in the mime.types file, as well as trough the
"AddType" directive in httpd.conf
I also have the following in my httpd.conf:
<Directory />
Options FollowSymLinks ExecCGI +Includes
AllowOverride All