mahlesef hocam bir değişiklik olmadı. 'S_cache/video_gallery.xml' dosyasını oluşturuyor browser okumuyor...

devturkeli adlı üyeden alıntı: mesajı görüntüle
şu satırı;
$xml_output .=  '<title><![CDATA['.$row_sql['title'].']]></title>';
şununla değiştirin;
$xml_output .=  '<title><![CDATA['.preg_replace('^[&\'><#]^', '', $row_sql['title']).']]></title>';