[]]; $output = $rsslib->generate_feed($feed, $uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId); header("Content-type: " . $output["content-type"]); print $output["data"]; die;