<?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: Extending Ruby&#8217;s RSS Parser</title>
	<atom:link href="http://blog.ardekantur.com/2008/03/extending-rubys-rss-parser/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ardekantur.com/2008/03/extending-rubys-rss-parser/</link>
	<description>Computer Science, Ruby, and Software Engineering.</description>
	<pubDate>Tue, 06 Jan 2009 01:03:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ardekantur / &#8220;TDD&#8221;.reverse</title>
		<link>http://blog.ardekantur.com/2008/03/extending-rubys-rss-parser/comment-page-1/#comment-826</link>
		<dc:creator>Ardekantur / &#8220;TDD&#8221;.reverse</dc:creator>
		<pubDate>Tue, 01 Jul 2008 02:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardekantur.com/?p=70#comment-826</guid>
		<description>&lt;p&gt;[...] no doubt remember my fabulous, in-development command-line NewsGator client, bulletin. I&#8217;ve extracted the NewsGator-specific code to a gem called WonderCroc. The README provides a [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] no doubt remember my fabulous, in-development command-line NewsGator client, bulletin. I&#8217;ve extracted the NewsGator-specific code to a gem called WonderCroc. The README provides a [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ardekantur</title>
		<link>http://blog.ardekantur.com/2008/03/extending-rubys-rss-parser/comment-page-1/#comment-754</link>
		<dc:creator>Ardekantur</dc:creator>
		<pubDate>Tue, 29 Apr 2008 22:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardekantur.com/?p=70#comment-754</guid>
		<description>&lt;p&gt;Calum -&lt;/p&gt;

&lt;p&gt;I have absolutely no idea whether or not removing the namespace from that call continues to allow this method to work. In other words, try it and see!&lt;/p&gt;

&lt;p&gt;Also, great gravatar! :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Calum -</p>

<p>I have absolutely no idea whether or not removing the namespace from that call continues to allow this method to work. In other words, try it and see!</p>

<p>Also, great gravatar! :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Calum Leslie</title>
		<link>http://blog.ardekantur.com/2008/03/extending-rubys-rss-parser/comment-page-1/#comment-753</link>
		<dc:creator>Calum Leslie</dc:creator>
		<pubDate>Mon, 28 Apr 2008 09:51:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardekantur.com/?p=70#comment-753</guid>
		<description>&lt;p&gt;Do you really need to include the namespace in the install_text_element call? I've not used the library in particular but that's pretty bad "XML" practice in general; the identifier used for the namespace can change arbitrarily and still have the same semantics.&lt;/p&gt;

&lt;p&gt;I realise it won't, but it's probably something to watch out for. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Do you really need to include the namespace in the install_text_element call? I&#8217;ve not used the library in particular but that&#8217;s pretty bad &#8220;XML&#8221; practice in general; the identifier used for the namespace can change arbitrarily and still have the same semantics.</p>

<p>I realise it won&#8217;t, but it&#8217;s probably something to watch out for. :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: engtech</title>
		<link>http://blog.ardekantur.com/2008/03/extending-rubys-rss-parser/comment-page-1/#comment-609</link>
		<dc:creator>engtech</dc:creator>
		<pubDate>Wed, 26 Mar 2008 16:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardekantur.com/?p=70#comment-609</guid>
		<description>&lt;p&gt;I find the Ruby RSS parser a little crazy to work with if your using multiple feeds from different sources. I ended up moving towards Feed Normalizer: http://feed-normalizer.rubyforge.org/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I find the Ruby RSS parser a little crazy to work with if your using multiple feeds from different sources. I ended up moving towards Feed Normalizer: <a href="http://feed-normalizer.rubyforge.org/" rel="nofollow">http://feed-normalizer.rubyforge.org/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ardekantur</title>
		<link>http://blog.ardekantur.com/2008/03/extending-rubys-rss-parser/comment-page-1/#comment-605</link>
		<dc:creator>Ardekantur</dc:creator>
		<pubDate>Wed, 26 Mar 2008 15:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardekantur.com/?p=70#comment-605</guid>
		<description>&lt;p&gt;No particular reason :-) Sometimes when I don't trust the code I'm writing I expand all the little shortcuts to make sure the problem isn't something trivial.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No particular reason :-) Sometimes when I don&#8217;t trust the code I&#8217;m writing I expand all the little shortcuts to make sure the problem isn&#8217;t something trivial.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: coderrr</title>
		<link>http://blog.ardekantur.com/2008/03/extending-rubys-rss-parser/comment-page-1/#comment-598</link>
		<dc:creator>coderrr</dc:creator>
		<pubDate>Wed, 26 Mar 2008 08:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ardekantur.com/?p=70#comment-598</guid>
		<description>&lt;p&gt;Awesome, I was looking for something like this recently...&lt;/p&gt;

&lt;p&gt;One question though... why do
module RSS; class Rss; class Channel; class Item ... end;end;end;end
versus
class RSS::Rss::Channel::Item ... end
?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Awesome, I was looking for something like this recently&#8230;</p>

<p>One question though&#8230; why do
module RSS; class Rss; class Channel; class Item &#8230; end;end;end;end
versus
class RSS::Rss::Channel::Item &#8230; end
?</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.291 seconds -->
