<?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>Thu, 18 Mar 2010 16:41:35 GMT</pubDate>
<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>zenoseo said on 11/13/09</title>
<link>http://snipplr.com/view/23/rss-writer-class/</link>
<description><![CDATA[ Tried in145: $out .= "\n"; should be not be a concatenation. Change to $out = "\n but still not working ]]></description>
<pubDate>Fri, 13 Nov 2009 09:07:25 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>