<?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: Venus Cache Browser</title>
	<atom:link href="http://ciarang.com/posts/venus-cache-browser/feed" rel="self" type="application/rss+xml" />
	<link>http://ciarang.com/posts/venus-cache-browser</link>
	<description>Random things I&#039;ve written about stuff</description>
	<lastBuildDate>Mon, 02 Apr 2012 09:48:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Phil Wilson</title>
		<link>http://ciarang.com/posts/venus-cache-browser/comment-page-1#comment-559</link>
		<dc:creator>Phil Wilson</dc:creator>
		<pubDate>Sun, 23 Mar 2008 00:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/posts/venus-cache-browser/#comment-559</guid>
		<description>This is fixed in the latest revision, but only for this particular issue. If you&#039;ve not got the whole of lxml, the rest of the app just won&#039;t work.</description>
		<content:encoded><![CDATA[<p>This is fixed in the latest revision, but only for this particular issue. If you&#8217;ve not got the whole of lxml, the rest of the app just won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Wilson</title>
		<link>http://ciarang.com/posts/venus-cache-browser/comment-page-1#comment-555</link>
		<dc:creator>Phil Wilson</dc:creator>
		<pubDate>Wed, 19 Mar 2008 22:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/posts/venus-cache-browser/#comment-555</guid>
		<description>fascinating. I may well even add an &quot;if&quot; statement :)</description>
		<content:encoded><![CDATA[<p>fascinating. I may well even add an &#8220;if&#8221; statement <img src='http://ciarang.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CiaranG</title>
		<link>http://ciarang.com/posts/venus-cache-browser/comment-page-1#comment-554</link>
		<dc:creator>CiaranG</dc:creator>
		<pubDate>Wed, 19 Mar 2008 19:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/posts/venus-cache-browser/#comment-554</guid>
		<description>I figured it out in the end. I was missing drv_libxml2, which meant that instead of using libxml for SAX (with namespace support), feedparser was getting ExPat, which I seem to remember installing previously.

It all worked fine when I used the libxml Python bindings from http://users.skynet.be/sbi/libxml-python/ instead of the ones at http://pypi.python.org/pypi/lxml/2.0.2.

In other words, getting &quot;http_status&quot; instead of &quot;planet_http_status&quot; is a sign that the SAX parser in use doesn&#039;t support namespaces. As noted at http://xrotwang.wordpress.com/2007/09/05/python-saxparser-woes/ , the fact that feedparser asks for one doesn&#039;t mean it gets one.</description>
		<content:encoded><![CDATA[<p>I figured it out in the end. I was missing drv_libxml2, which meant that instead of using libxml for SAX (with namespace support), feedparser was getting ExPat, which I seem to remember installing previously.</p>
<p>It all worked fine when I used the libxml Python bindings from <a href="http://users.skynet.be/sbi/libxml-python/" rel="nofollow">http://users.skynet.be/sbi/libxml-python/</a> instead of the ones at <a href="http://pypi.python.org/pypi/lxml/2.0.2" rel="nofollow">http://pypi.python.org/pypi/lxml/2.0.2</a>.</p>
<p>In other words, getting &#8220;http_status&#8221; instead of &#8220;planet_http_status&#8221; is a sign that the SAX parser in use doesn&#8217;t support namespaces. As noted at <a href="http://xrotwang.wordpress.com/2007/09/05/python-saxparser-woes/" rel="nofollow">http://xrotwang.wordpress.com/2007/09/05/python-saxparser-woes/</a> , the fact that feedparser asks for one doesn&#8217;t mean it gets one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Wilson</title>
		<link>http://ciarang.com/posts/venus-cache-browser/comment-page-1#comment-553</link>
		<dc:creator>Phil Wilson</dc:creator>
		<pubDate>Tue, 18 Mar 2008 21:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ciarang.com/posts/venus-cache-browser/#comment-553</guid>
		<description>Do you have an old version of the Universal Feed Parser installed in your site-packages folder? That&#039;s all I can think of for the planet_ causing any issues.</description>
		<content:encoded><![CDATA[<p>Do you have an old version of the Universal Feed Parser installed in your site-packages folder? That&#8217;s all I can think of for the planet_ causing any issues.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

