Neil's Mastodon Bookmarks EOT; foreach($bookmarks as $k=>$v) { $xml_item[$k] = "\n\t {$v['card']['title']} {$v['url']} ".date("r", strtotime($v['created_at']))." {$v['url']} Short description here

]]>
\n"; } echo $xml_header; foreach($xml_item as $bookmark) { echo $bookmark; } echo "
"; echo "
"; ?>