getTags($userservice->getCurrentUserId()); // Set up the XML file and output all the tags. header('Content-Type: text/xml'); echo '\r\n"; echo "\r\n"; foreach($tags as $row) { echo "\t\r\n"; } echo ""; ?>