Subject: | Error generating RSS 2.0 |
I line 1142:
$output .= '<category>'.$self->encode($self->{channel}->{generator}).'</category>'
'generator' should be changed to 'category' so that the line reads:
$output .= '<category>'.$self->encode($self->{channel}->{category}).'</category>'."\n";
The code currently outputs the value of the generator-attribute in both the category- and generator-element of the RSS, version 2.0 xml.