Here is a snippet from my config:<br><br>$FeedFmt[&#39;rss&#39;][&#39;item&#39;][&#39;description&#39;] = &#39;FeedText&#39;;<br><br>function FeedText($pagename, &amp;$page, $tag) {<br>&nbsp; $p = ReadPage($pagename);<br>&nbsp; $content = MarkupToHTML($pagename, $p[&#39;text&#39;]);
<br>&nbsp; return &quot;&lt;$tag&gt;&lt;![CDATA[$content]]&gt;&lt;/$tag&gt;&quot;;<br>}<br><br>Roman<br><br><div class="gmail_quote">On Jan 12, 2008 6:53 PM, Brent Zupp &lt;<a href="mailto:bplotter@yahoo.com">bplotter@yahoo.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;">I&#39;d like to include the text between [[#start]] and [[#end]] anchor<br>
links I have on my pages for each item in my RSS feed.<br><br>I poked around the documentaion and found:<br><br>$FeedFmt[&#39;rss&#39;][&#39;item&#39;][&#39;description&#39;] = &#39;$LastModifiedSummary&#39;;<br><br>Can I substitute some form of the (:include:) directive for
<br>$LastModifiedSummary ?<br><br>I did some experiments and I couldn&#39;t get it to work.<br><br>Best,<br>--<br>Brent Zupp<br><a href="http://www.wanderings.net/" target="_blank">http://www.wanderings.net/</a><br><br>There is a very fine line between &quot;hobby&quot; and &quot;mental illness.&quot;
<br>&nbsp;~ Dave Barry<br><br>_______________________________________________<br>pmwiki-users mailing list<br><a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br><a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">
http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br></blockquote></div><br>