Thursday 09 November 2006 11:55:58 am
The problem was that the header information sent by the index.php will always be html in this (very old) version of ez. I decided to write my own script in rssfeed.php where I could set the header info myself with:
header( 'Content-Type: text/xml; charset=' . $httpCharset );
and created my own RSS Feed content objects for it to parse. This is for such an old version of eZ I am sure its not worth release as a contrib but if anyone is stuck working with an old version and wants to add some RSS feel free to email me and I will send you the code.
working at www.wardnet.com
blogging at www.jamesward.ca
|