RSS feeds all display site's main title. Would like to have tags feed display unique $tag title for each tag feed. Also with new RSS code decoding html I am experiencing feed formatting issues. I commented out the line in feed vies php file:
// Assign to feed item
$title = $this->escape($row->title );
//$title = html_entity_decode( $title );
but hope there was a more elegant solution.