Hello there,

See if rephrasing my question helps. I am currently suing this code by Roman:

$FeedFmt['rss']['item']['description'] = 'FeedText';

  function FeedText($pagename, &$page, $tag) {
    $p = ReadPage($pagename);
    $content = MarkupToHTML($pagename, $p['text']);
    return "<$tag><![CDATA[$content]]></$tag>";
  }

I was wondering if there is someway to limit the array that is
returned by ReadPage, do that it only pulls the content up to
>>div1end<<[[#blogend]]?

thanks,
maria

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to