<?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: Feed validation confusion</title>
	<atom:link href="http://decafbad.com/blog/2004/05/02/feed-validation-confusion/feed" rel="self" type="application/rss+xml" />
	<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion</link>
	<description>It's all spinning wheels and self-doubt until the first pot of coffee.</description>
	<lastBuildDate>Fri, 19 Mar 2010 00:06:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: kellan</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1168</link>
		<dc:creator>kellan</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1168</guid>
		<description>&lt;p&gt;Now you&#039;re just being silly.  Of course the Userland validator doesn&#039;t validate RSS 1.0&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Now you&#8217;re just being silly.  Of course the Userland validator doesn&#8217;t validate RSS 1.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1169</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1169</guid>
		<description>&lt;p&gt;It used to.  The scripting.com validator is just a fork of our validator, and they gave identical results on all input when Dave forked our validator 3 months ago.  This difference is new since then, and we haven&#039;t touched the RSS 1.0 validation rules.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>It used to.  The scripting.com validator is just a fork of our validator, and they gave identical results on all input when Dave forked our validator 3 months ago.  This difference is new since then, and we haven&#8217;t touched the RSS 1.0 validation rules.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1170</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1170</guid>
		<description>&lt;p&gt;Rogers Cadenhead has put up a test RSS 2.0 feed which exhibits similar behavior:&lt;/p&gt;

&lt;p&gt;http://www.cadenhead.org/hype/index.xml&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rogers Cadenhead has put up a test RSS 2.0 feed which exhibits similar behavior:</p>
<p><a href="http://www.cadenhead.org/hype/index.xml" rel="nofollow">http://www.cadenhead.org/hype/index.xml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Ringnalda</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1171</link>
		<dc:creator>Phil Ringnalda</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1171</guid>
		<description>&lt;p&gt;In the interest of debugging, I borrowed a copy of Rogers&#039; feed and shuffled the order of things around, so that dc wasn&#039;t the first namespace declared, and wasn&#039;t the first namespaced element encountered. The dc elements remain the only ones reported as errors.&lt;/p&gt;

&lt;p&gt;I wish I knew the code better, to know exactly what it would take to have that happen to it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In the interest of debugging, I borrowed a copy of Rogers&#8217; feed and shuffled the order of things around, so that dc wasn&#8217;t the first namespace declared, and wasn&#8217;t the first namespaced element encountered. The dc elements remain the only ones reported as errors.</p>
<p>I wish I knew the code better, to know exactly what it would take to have that happen to it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Ringnalda</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1172</link>
		<dc:creator>Phil Ringnalda</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1172</guid>
		<description>&lt;p&gt;Or maybe I do - looks to me like the only way you would get that particular error would be if src/feedvalidator/base.py didn&#039;t have the line for dc in the namespaces hash.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Or maybe I do &#8211; looks to me like the only way you would get that particular error would be if src/feedvalidator/base.py didn&#8217;t have the line for dc in the namespaces hash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Ringnalda</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1173</link>
		<dc:creator>Phil Ringnalda</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1173</guid>
		<description>&lt;p&gt;Les, are you doing the Time Warp, again? Looks like comment timestamps are something like 14 hours slow.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Les, are you doing the Time Warp, again? Looks like comment timestamps are something like 14 hours slow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Ruby</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1174</link>
		<dc:creator>Sam Ruby</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1174</guid>
		<description>&lt;p&gt;Phil, if there were a version of the feedvalidator without that line present, the net effect would be that the dublin core namespace would be treated as &quot;unknown&quot; and you would see results very different from you are seeing: namely that everything in that namespace would be treated as a valid extension.&lt;/p&gt;

&lt;p&gt;I&#039;ve sent a note off to Andrew Grummet asking if he knows of any changes to the rss.scripting.com web site that would explain this.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Phil, if there were a version of the feedvalidator without that line present, the net effect would be that the dublin core namespace would be treated as &#8220;unknown&#8221; and you would see results very different from you are seeing: namely that everything in that namespace would be treated as a valid extension.</p>
<p>I&#8217;ve sent a note off to Andrew Grummet asking if he knows of any changes to the rss.scripting.com web site that would explain this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Miller</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1175</link>
		<dc:creator>Charles Miller</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1175</guid>
		<description>&lt;p&gt;Funky.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Funky.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Grumet</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1176</link>
		<dc:creator>Andrew Grumet</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1176</guid>
		<description>&lt;p&gt;Working on it...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Working on it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Grumet</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1177</link>
		<dc:creator>Andrew Grumet</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1177</guid>
		<description>&lt;p&gt;I think this is fixed now.  If you happen to know when the behavior change occurred, could you send me a note at aegrumet@alum.mit.edu?  Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think this is fixed now.  If you happen to know when the behavior change occurred, could you send me a note at <a href="mailto:aegrumet@alum.mit.edu">aegrumet@alum.mit.edu</a>?  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Grumet</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1178</link>
		<dc:creator>Andrew Grumet</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1178</guid>
		<description>&lt;p&gt;0xDECAFBAD dude, I think your CSS has the IE6 peekaboo bug (do a Web search on it).  I fixed this on my own weblog by adding a &quot;line-height: 1.3em;&quot; to the .content section of my stylesheet.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>0xDECAFBAD dude, I think your CSS has the IE6 peekaboo bug (do a Web search on it).  I fixed this on my own weblog by adding a &#8220;line-height: 1.3em;&#8221; to the .content section of my stylesheet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Grumet</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1179</link>
		<dc:creator>Andrew Grumet</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1179</guid>
		<description>&lt;p&gt;Thanks for the heads up, and Phil, thanks for the debug suggestions.  I don&#039;t yet understand what went wrong but we didn&#039;t fork any of the project files and the fix didn&#039;t require file edits; it was tweak in our setup.  After putting the baby to bed I&#039;m going to dig around a bit more.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up, and Phil, thanks for the debug suggestions.  I don&#8217;t yet understand what went wrong but we didn&#8217;t fork any of the project files and the fix didn&#8217;t require file edits; it was tweak in our setup.  After putting the baby to bed I&#8217;m going to dig around a bit more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: l.m.orchard</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1180</link>
		<dc:creator>l.m.orchard</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1180</guid>
		<description>&lt;p&gt;Andrew:  Yay!  Makes sense now...&lt;/p&gt;

&lt;p&gt;And, ugh, I was was wondering what the hell that bug was, and if it name.  Grr.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Andrew:  Yay!  Makes sense now&#8230;</p>
<p>And, ugh, I was was wondering what the hell that bug was, and if it name.  Grr.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Ringnalda</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1181</link>
		<dc:creator>Phil Ringnalda</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1181</guid>
		<description>&lt;p&gt;Andrew Bowden [1] might know, since he says he was signed up for validation reports by email and the errors cropped up &quot;last week.&quot;&lt;/p&gt;

&lt;p&gt;[1] http://www.bods.me.uk/rantnrave/2004/04/03/new_atom_full_post_feed.live&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Andrew Bowden [1] might know, since he says he was signed up for validation reports by email and the errors cropped up &#8220;last week.&#8221;</p>
<p>[1] <a href="http://www.bods.me.uk/rantnrave/2004/04/03/new_atom_full_post_feed.live" rel="nofollow">http://www.bods.me.uk/rantnrave/2004/04/03/new_atom_full_post_feed.live</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Ringnalda</title>
		<link>http://decafbad.com/blog/2004/05/02/feed-validation-confusion/comment-page-1#comment-1182</link>
		<dc:creator>Phil Ringnalda</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.decafbad.com/blog/?p=518#comment-1182</guid>
		<description>&lt;p&gt;I don&#039;t think this is going to be my week. Can&#039;t read code, can&#039;t follow simple directions.&lt;/p&gt;

&lt;p&gt;Er, &quot;Hey, Les! Could you email Andrew and tell him...&quot; Sigh.&lt;/p&gt;

&lt;p&gt;But at least I screwed up in a new way: I think that&#039;s the first time I&#039;ve carefully checked whether HTML was allowed, noticed from the preview that it wasn&#039;t, copied in an MT-produced URL, and had the filename Textiled into oblivion :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think this is going to be my week. Can&#8217;t read code, can&#8217;t follow simple directions.</p>
<p>Er, &#8220;Hey, Les! Could you email Andrew and tell him&#8230;&#8221; Sigh.</p>
<p>But at least I screwed up in a new way: I think that&#8217;s the first time I&#8217;ve carefully checked whether HTML was allowed, noticed from the preview that it wasn&#8217;t, copied in an MT-produced URL, and had the filename Textiled into oblivion :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
