getBookmarks(0, 1, $userservice->getCurrentUserId()); // Set up the XML file and output all the tags. header('Content-Type: text/xml'); echo '\r\n"; foreach ($bookmarks['bookmarks'] as $row) { echo ''; }