<br><br><div class="gmail_quote">On Jan 15, 2008 3:09 PM, Brent Zupp <<a href="mailto:atticus4@gmail.com">atticus4@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks Roman! I don't know how that works, but your code appears to<br>pull in a snippet of content into the rss description--wonderful! A<br>lot better than what I had before. Thanks for sharing that.<br><br></blockquote>
</div><br>Elements in FeedFmt array can also be callable functions in form:<br><br>function FunctionName($pagename, &$page, $tag) {<br> return "<$tag>some output</$tag>";<br><br>In my example page content (wiki markup) is converted to HTML and then surrounded by <![CDATA[ ]]> according to RSS requirements.
<br>