' . "\n"; echo "" . "\n"; echo "\t" . '' . "\n"; echo "\t\t" . htmlspecialchars($row['title']) . "\n"; echo "\t" . '' . "\n"; echo "\t" . "" . "\n"; echo "\t\t" . htmlspecialchars(nl2br($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"; }