' . "\n"; echo "" . "\n"; echo "\t" . '' . "\n"; echo "\t\t" . $row['title'] . "\n"; echo "\t" . '' . "\n"; echo "\t" . "" . "\n"; echo "\t\t" . $row['content'] . "\n"; echo "\t" . '' . "\n"; echo "\t" . "" . "\n"; echo "\t\t" . $row['dateline'] . "\n"; echo "\t" . "" . "\n"; echo ""; } else { // no news in DB, output a 'null' news xml echo '' . "\n"; echo "null"; }