RSSCreateFeed()

November 3rd, 2009 Leave a comment Go to comments

Creates XML to form an RSS feed. Remember to set # the content type before calling.

  1. February 5th, 2010 at 10:23 | #1

    Seen http://framework.zend.com/manual/en/zend.feed.writer.html ? I’d guess it would sanitise output (e.g. $item['title'] ) for you magically…

    (Of course you may dislike the Zend Framework, or not want the dependency with it…)

  2. April 14th, 2010 at 22:17 | #2

    Sorry, literally only just seen this comment. Aye, that’s an nice function. I’d suspected that someone had probably already written one, I just couldn’t find anything at the time and so wrote my own :)

  1. No trackbacks yet.