<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'RSS Writer Class'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Mon, 13 Feb 2012 20:22:14 GMT</pubDate>
<item>
<title>ColdKeyboard said on 2/5/11</title>
<link>http://snipplr.com/view/23/rss-writer-class/</link>
<description><![CDATA[ Very nice class. I have used it to create a RSS feed for my MMORPG game.
Thank you for sharing! ]]></description>
<pubDate>Sat, 05 Feb 2011 23:51:49 GMT</pubDate>
<guid>http://snipplr.com/view/23/rss-writer-class/</guid>
</item>
<item>
<title>FederikoNavarro said on 9/3/10</title>
<link>http://snipplr.com/view/23/rss-writer-class/</link>
<description><![CDATA[ I have very similar problem. I've been trying to find any solutions in books on PHP. But this code saved my <a href="http://www.assignmentexpert.com/programming/php.html">PHP assignment</a>. Thanks) ]]></description>
<pubDate>Fri, 03 Sep 2010 00:06:01 GMT</pubDate>
<guid>http://snipplr.com/view/23/rss-writer-class/</guid>
</item>
<item>
<title>Whowonthesuperbowl said on 2/1/10</title>
<link>http://snipplr.com/view/23/rss-writer-class/</link>
<description><![CDATA[ Very nice, thanks for drawing this out for us. It's even cooler that it supports video, which is pretty much a must-have these days! ]]></description>
<pubDate>Mon, 01 Feb 2010 18:21:27 GMT</pubDate>
<guid>http://snipplr.com/view/23/rss-writer-class/</guid>
</item>
<item>
<title>nijgnet said on 3/3/08</title>
<link>http://snipplr.com/view/23/rss-writer-class/</link>
<description><![CDATA[ <p>ln145:
            $out .= "\n";
should be not be a concatenation. Change to
            $out = "\n";</p> ]]></description>
<pubDate>Mon, 03 Mar 2008 03:48:53 GMT</pubDate>
<guid>http://snipplr.com/view/23/rss-writer-class/</guid>
</item>
<item>
<title>lkrubner said on 9/30/07</title>
<link>http://snipplr.com/view/23/rss-writer-class/</link>
<description><![CDATA[ <p>In this line:</p>

<p>foreach($this->tags as $key => $val) $out .= "$val";</p>

<p>Is the newline really suppose to be inside of the tag? </p>
 ]]></description>
<pubDate>Sun, 30 Sep 2007 15:54:13 GMT</pubDate>
<guid>http://snipplr.com/view/23/rss-writer-class/</guid>
</item>
</channel>
</rss>
