<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: RSS Parser in 10 lines of Ruby or in 153 lines of C++</title>
	<atom:link href="http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/</link>
	<description>Tony Perrie&#039;s Weblog</description>
	<lastBuildDate>Tue, 15 May 2012 22:43:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: john Furst</title>
		<link>http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/comment-page-1/#comment-361834</link>
		<dc:creator>john Furst</dc:creator>
		<pubDate>Thu, 08 Apr 2010 02:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/#comment-361834</guid>
		<description>can i see the c++ header file please. :)</description>
		<content:encoded><![CDATA[<p>can i see the c++ header file please. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BSE</title>
		<link>http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/comment-page-1/#comment-160525</link>
		<dc:creator>BSE</dc:creator>
		<pubDate>Sun, 13 Jul 2008 04:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/#comment-160525</guid>
		<description>Google sent me here when I asked it for help with a problem in erlang.  The person of small stature driving the chess automaton known as Google is truly wise, for this post helped solve the problem.</description>
		<content:encoded><![CDATA[<p>Google sent me here when I asked it for help with a problem in erlang.  The person of small stature driving the chess automaton known as Google is truly wise, for this post helped solve the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/comment-page-1/#comment-70</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Mon, 03 Apr 2006 22:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/#comment-70</guid>
		<description>Right on, brother.  Thanks for catching that one.</description>
		<content:encoded><![CDATA[<p>Right on, brother.  Thanks for catching that one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip Bogle</title>
		<link>http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/comment-page-1/#comment-69</link>
		<dc:creator>Phillip Bogle</dc:creator>
		<pubDate>Mon, 03 Apr 2006 22:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/#comment-69</guid>
		<description>Is that $gt; intended to be a &quot;&gt;&quot;?  I haven&#039;t tried the code yet but &quot;&gt;&quot; makes more sense to me.</description>
		<content:encoded><![CDATA[<p>Is that $gt; intended to be a &#8220;&gt;&#8221;?  I haven&#8217;t tried the code yet but &#8220;&gt;&#8221; makes more sense to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/comment-page-1/#comment-55</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Fri, 24 Mar 2006 18:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/#comment-55</guid>
		<description>Indeed.  I think perhaps maybe I was going to do some kind of error check in that function *eventually* before I rewrote it in ruby and activerecord.</description>
		<content:encoded><![CDATA[<p>Indeed.  I think perhaps maybe I was going to do some kind of error check in that function *eventually* before I rewrote it in ruby and activerecord.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mulekick</title>
		<link>http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/comment-page-1/#comment-54</link>
		<dc:creator>Mulekick</dc:creator>
		<pubDate>Fri, 24 Mar 2006 15:48:06 +0000</pubDate>
		<guid isPermaLink="false">http://involution.com/2006/03/20/rss-parser-in-10-lines-of-ruby-or-in-153-lines-of-c/#comment-54</guid>
		<description>You could make the c++ function &quot;int feed_parser::get_tag(string&amp; sOutput, istream* input)&quot; into a void and remove the &quot;return 0;&quot; line.  You don&#039;t use the return value from this function anyhow.</description>
		<content:encoded><![CDATA[<p>You could make the c++ function &#8220;int feed_parser::get_tag(string&amp; sOutput, istream* input)&#8221; into a void and remove the &#8220;return 0;&#8221; line.  You don&#8217;t use the return value from this function anyhow.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

