MyTopicTypeRenderRss.
These are then called automatically using the %DBCALL{"web.topic->RenderRss"}% method call of the RssViewTemplate.
%STARTINCLUDE%%DBQUERY{topic="%OBJECT%"
datelanguage="en"
format="<item>
<title><literal>$expand(topictitle)</literal></title>
<link>$percntSCRIPTURL{\"view\" topic=\"$web/$topic\"}$percnt</link>
<guid>$percntSCRIPTURL{\"view\" topic=\"$web/$topic\"}$percnt</guid>
<dc:creator>$percntGETTOPICTITLE{\"$percntUSERINFO{\"$expand(info.author)\" format=\"$wikiusername\"}$percnt\"}$percnt</dc:creator>
<dc:date>$formatTime(info.date, '$year-$mo-$dayT$hour:$minute:$secondsZ')</dc:date>
<description> <![CDATA[
$percntDBCALL{\"$web.$topic\"}$percnt
<!-- -->
]]></description>
</item>"
}%%STOPINCLUDE%
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.