<br><br><div class="gmail_quote">On Jan 15, 2008 3:09 PM, Brent Zupp &lt;<a href="mailto:atticus4@gmail.com">atticus4@gmail.com</a>&gt; 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! &nbsp; I don&#39;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, &amp;$page, $tag) {<br>&nbsp; return &quot;&lt;$tag&gt;some output&lt;/$tag&gt;&quot;;<br><br>In my example page content (wiki markup) is converted to HTML and then surrounded by &lt;![CDATA[ ]]&gt; according to RSS requirements.
<br>