I don't know anything about adding tags to the RSS feed, but it looks like there's some quote/string matching problems with what you posted. I think you want something like:
PHP Code:
$xml->add_tag('footer', $thread['prefix_plain'] .
unhtmlspecialchars($thread['title']) .
" is a post from $vbulletin->options[bburl] ");