$channel = array('title' => "A",
'link' => 'http://example.com/',
'description' => 'test');
print "\n";
foreach ($channel as $element => $content) {
print " <$element>";
print htmlentities($content);
print "$element>\n";
}
print " ";
?>