<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>AutoBlogged &#187; RSS Feeds</title>
	<atom:link href="http://autoblogged.com/tag/rss-feeds/feed/" rel="self" type="application/rss+xml" />
	<link>http://autoblogged.com</link>
	<description>WordPress AutoBlog Plugin</description>
	<lastBuildDate>Mon, 09 Aug 2010 20:18:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using RSS Custom Namespaces in Post Templates</title>
		<link>http://autoblogged.com/kb/post-templates/custom-namespaces/</link>
		<comments>http://autoblogged.com/kb/post-templates/custom-namespaces/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 19:44:44 +0000</pubDate>
		<dc:creator>AutoBlogged Support</dc:creator>
				<category><![CDATA[Post Templates]]></category>
		<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[Custom Fields]]></category>
		<category><![CDATA[namespaces]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://autoblogged.com/?p=4654</guid>
		<description><![CDATA[<p>One of the things that makes AutoBlogged stand out from other autoblog tools is the powerful Post Templates feature. The Post Template determines how AutoBlogged formats the post it imports into WordPress. Although most users leave the Post Templates at the default settings, many of you have experimented with minor changes to the Post Template to customize your autoblog.</p>
<p>Post Templates support a number of <a title="AutoBlogged Post Templates" href="../online-help/advanced-usage/post-template-reference" target="_self">advanced functions</a> that let you customize how AutoBlogged handles a post. There are a number of variables that let you decide what feed items you want to appear in the post. In addition to the basic feed items, AutoBlogged also allows you to access custom namespace elements in an RSS or Atom feed.</p>
<p>Custom namespaces allow feed publishers to add additional feed elements that do not exist in the basic RSS or Atom specifications. Many sites have created custom namespaces to add additional information about the items in their feeds. For example, YouTube adds a namespace that allows them to include additional data such as the user ratings of a video. In a YouTube feed, they first define the namespace at the top of the feed like this:</p>
<blockquote><p>&lt;feed xmlns:gd=&#8217;http://schemas.google.com/g/2005&#8242; &gt;</p></blockquote>
<p>Then, they refer to the namespace within the feed like this:</p>
<blockquote><p>&lt;gd:rating average=&#8217;4.9114695&#8242; max=&#8217;5&#8242; min=&#8217;1&#8242; numRaters=&#8217;17734&#8242; rel=&#8217;http://schemas.google.com/g/2005#overall&#8217;/&gt;</p></blockquote>
<p>We don&#8217;t want to go too much into the implementation details in this article, just introduce what custom namespaces are. If you want to learn more about namespaces go <a title="Feed Namespaces" href="http://feedvalidator.org/docs/howto/declare_namespaces.html" target="_blank">here </a>or <a title="Namespaces" href="http://www.disobey.com/detergent/2002/extendingrss2/" target="_blank">here</a>.</p>
<p>It is important to note that many publishers simply add new XML elements to an RSS feed without actually declaring namespaces. This is not valid and AutoBlogged will not be able to parse them. If you run into a feed like this, we suggest pointing the publisher to the two links mentioned in the previous paragraph.</p>
<h3>Accessing Namespaces</h3>
<p>If you have a feed with custom namespaces, you can use them in your post template using the format %<em>namespace</em>:<em>element</em>@<em>attribute</em>% where <em>namespace </em>is the namespace URL or abbreviation, <em>element </em>is the element name, <em>and attribute </em>is an optional attribute of the element. In the YouTube rating example shown earlier, <em>gd </em>is the namespace, <em>rating </em>is the element, and <em>average</em>, <em>max</em>, <em>min</em>, <em>numRaters</em>, and <em>rel </em>are the attributes. Using that example, if you want to show the average rating in your Post Template, use the variable %gd:rating@average%.</p>
<p>If you are feeling a bit confused, below are a number of examples that may better illustrate how to use custom namespaces.</p>
<h3>Examples</h3>
<p>For our first example, we will take a simplified excerpt from a Yahoo Videofeed:</p>
<blockquote><p>&lt;item&gt;<br />
&lt;title&gt;Using Custom Namespaces&lt;/title&gt;<br />
&lt;description&gt;Using custom namespaces in AutoBlogged Post Templates.&lt;/description&gt;<br />
&lt;link&gt;<a href="http://video.yahoo.com/watch/......">http://video.yahoo.com/watch/&#8230;&#8230;</a>&lt;/link&gt;<br />
&lt;pubDate&gt;Sun, 28 Jan 2007 03:00:00 -0800&lt;/pubDate&gt;<br />
&lt;media:keywords&gt;autoblogged, autoblog, wordpress&lt;/media:keywords&gt;<br />
&lt;media:thumbnail url=&#8221;http://l.yimg.com/a/i/us/sch/cn/v/v0/&#8230;..jpg /&gt;<br />
&lt;media:content type=&#8221;application/x-shockwave-flash&#8221; medium=&#8221;video&#8221; lang=&#8221;"&gt;<br />
&lt;media:player url=&#8221;http://d.yimg.com/ht/&#8230;&#8221; height=&#8221;512&#8243; width=&#8221;322&#8243; /&gt;<br />
&lt;/media:content&gt;<br />
&lt;/item&gt;</p></blockquote>
<p>In the above feed, to show the keywords for the video, use the variable %media:keywords%. To include the thumbnail, use %media:thumbnail@url%</p>
<p>Now consider an example from a YouTube feed:</p>
<blockquote><p>&lt;media:group&gt;<br />
&lt;media:category label=&#8217;Music&#8217; scheme=&#8217;http://gdata.youtube.com/schemas/2007/categories.cat&#8217;&gt;Music&lt;/media:category&gt;<br />
&lt;media:content url=&#8217;http://www.youtube.com/&#8230;&#8230;&#8217; type=&#8217;application/x-shockwave-flash&#8217; medium=&#8217;video&#8217; isDefault=&#8217;true&#8217; expression=&#8217;full&#8217; duration=&#8217;334&#8242; yt:format=&#8217;5&#8242;/&gt;<br />
&lt;media:description type=&#8217;plain&#8217;&gt;Using custom namespaces in AutoBlogged Post Templates.&lt;/media:keywords&gt;<br />
&lt;media:player url=&#8217;http://www.youtube.com/watch?v=&#8230;&#8230;&#8217;/&gt;<br />
&lt;media:thumbnail url=&#8217;http://i.ytimg.com/vi/&#8230;&#8230;/2.jpg&#8217; height=&#8217;90&#8242; width=&#8217;120&#8242; time=&#8217;00:02:47&#8242;/&gt;<br />
&lt;media:thumbnail url=&#8217;http://i.ytimg.com/vi/&#8230;&#8230;/1.jpg&#8217; height=&#8217;90&#8242; width=&#8217;120&#8242; time=&#8217;00:01:23.500&#8242;/&gt;<br />
&lt;media:title type=&#8217;plain&#8217;&gt;Using AutoBlogged&lt;/media:title&gt;<br />
&lt;yt:duration seconds=&#8217;334&#8242;/&gt;<br />
&lt;/media:group&gt;<br />
&lt;gd:rating average=&#8217;4.9114695&#8242; max=&#8217;5&#8242; min=&#8217;1&#8242; numRaters=&#8217;17734&#8242; rel=&#8217;http://schemas.google.com/g/2005#overall&#8217;/&gt;<br />
&lt;yt:statistics favoriteCount=&#8217;34363&#8242; viewCount=&#8217;4928462&#8242;/&gt;</p></blockquote>
<p>This feed is a bit different because it uses nested elements. In other words, media:content is nested inside the media:group element. Due to a limitation in SimplePie, which we use to process RSS feeds, you must refer to these variables using the full hierarchy with a slash (&#8220;/&#8221;) between elements. So if you wish to show the media description you would use the variable %media:group/media:description%. If you want to show the duration of the video, you would use the variable %media:group/media:content@duration%.</p>
<p>Note that AutoBlogged currently does not support custom namespaces for attributes, so you would not be able to access the yt:format attribute in the media:content element above. Note also that when there are multiple custom fields with the same name, AutoBlogged will only return the first element it finds.</p>
<p>In addition to custom namespaces, you can specifically refer to certain RSS or Atom elements in a feed using the RSS and Atom namespaces. Consider the following RSS feed excerpt:</p>
<blockquote><p>&lt;item&gt;<br />
&lt;title&gt;Using Post Templates&lt;/title&gt;<br />
&lt;link&gt;<a href="http://www.autoblogged.com/">http://www.autoblogged.com</a>&#8230;&#8230;.&lt;/link&gt;<br />
&lt;guid&gt;<a href="http://www.autoblogged.com/">http://www.autoblogged.com</a>&#8230;&#8230;.&lt;/guid&gt;<br />
&lt;pubDate&gt;Mon, 28 Jul 2008 08:18:51 -0700&lt;/pubDate&gt;<br />
&lt;/item&gt;</p></blockquote>
<p>In this feed, you can refer to the guid as %rss:guid% and the pubDate as %rss:pubDate%. With an atom feed you can do the same:</p>
<blockquote><p>&lt;entry&gt;<br />
&lt;id&gt;<a href="http://gdata.youtube.com/feeds/api/videos/......">http://gdata.youtube.com/feeds/api/videos/&#8230;&#8230;</a>&lt;/id&gt;<br />
&lt;published&gt;2005-12-28T03:15:32.000Z&lt;/published&gt;<br />
&lt;updated&gt;2009-05-26T12:55:23.000Z&lt;/updated&gt;<br />
&lt;/entry&gt;</p></blockquote>
<p>With this feed you can refer to the published date as %atom:published%.</p>
<h3>Uncommon Namespaces</h3>
<p>Note that in order for AutoBlogged to use a custom namespace abbreviation, it needs to be defined in the modules.php file. If you open the file, you can see that we have already defined most common namespace modules. If you want to use a custom namespace that isn&#8217;t listed in that file, you have two options:</p>
<p>1. Edit modules.php to include your custom namespace, following the same format as the other definitions.</p>
<p>2. Always use the full namespace URL when referring to the namespace in your Post Template.</p>
<p>For example, consider this feed excerpt:</p>
<blockquote><p>&lt;rss version=&#8221;2.0&#8243; xmlns:product=&#8221;http://www.example.com/schemas/product&#8221;&gt;<br />
&lt;channel&gt;<br />
&lt;title&gt;Products Feed&lt;/title&gt;<br />
&lt;item&gt;<br />
&lt;title&gt;New Product Announcement&lt;/title&gt;<br />
&lt;pubDate&gt;Mon, 28 Jul 2008 08:18:51 -0700&lt;/pubDate&gt;<br />
&lt;product:type&gt;Tools&lt;/product:type&gt;<br />
&lt;product:price&gt;9.99&lt;/product:price&gt;<br />
&lt;/item&gt;<br />
&lt;/channel&gt;<br />
&lt;/rss&gt;</p></blockquote>
<p>In this example, if you want to use product:type in your Post Template, you can either add the line &#8220;product&#8221; =&gt; &#8220;http://www.example.com/schemas/product&#8221;, at the end of the list in modules.php and use %product:type% in your Post Template or you can simply use %<a href="http://www.example.com/schemas/product:type%">http://www.example.com/schemas/product:type%</a> in your Post Template without having to modify modules.php.</p>
<p>As you can see, referring to custom namespace elements is a bit of an advanced feature and it does require you to view the raw XML of your feed to find most variable names. However, it is a very powerful feature that can really make your blog stand out from the rest.</p>
<hr />]]></description>
			<content:encoded><![CDATA[<p>One of the things that makes AutoBlogged stand out from other autoblog tools is the powerful Post Templates feature. The Post Template determines how AutoBlogged formats the post it imports into WordPress. Although most users leave the Post Templates at the default settings, many of you have experimented with minor changes to the Post Template to customize your autoblog.</p>
<p>Post Templates support a number of <a title="AutoBlogged Post Templates" href="../online-help/advanced-usage/post-template-reference" target="_self">advanced functions</a> that let you customize how AutoBlogged handles a post. There are a number of variables that let you decide what feed items you want to appear in the post. In addition to the basic feed items, AutoBlogged also allows you to access custom namespace elements in an RSS or Atom feed.</p>
<p>Custom namespaces allow feed publishers to add additional feed elements that do not exist in the basic RSS or Atom specifications. Many sites have created custom namespaces to add additional information about the items in their feeds. For example, YouTube adds a namespace that allows them to include additional data such as the user ratings of a video. In a YouTube feed, they first define the namespace at the top of the feed like this:</p>
<blockquote><p>&lt;feed xmlns:gd=&#8217;http://schemas.google.com/g/2005&#8242; &gt;</p></blockquote>
<p>Then, they refer to the namespace within the feed like this:</p>
<blockquote><p>&lt;gd:rating average=&#8217;4.9114695&#8242; max=&#8217;5&#8242; min=&#8217;1&#8242; numRaters=&#8217;17734&#8242; rel=&#8217;http://schemas.google.com/g/2005#overall&#8217;/&gt;</p></blockquote>
<p>We don&#8217;t want to go too much into the implementation details in this article, just introduce what custom namespaces are. If you want to learn more about namespaces go <a title="Feed Namespaces" href="http://feedvalidator.org/docs/howto/declare_namespaces.html" target="_blank">here </a>or <a title="Namespaces" href="http://www.disobey.com/detergent/2002/extendingrss2/" target="_blank">here</a>.</p>
<p>It is important to note that many publishers simply add new XML elements to an RSS feed without actually declaring namespaces. This is not valid and AutoBlogged will not be able to parse them. If you run into a feed like this, we suggest pointing the publisher to the two links mentioned in the previous paragraph.</p>
<h3>Accessing Namespaces</h3>
<p>If you have a feed with custom namespaces, you can use them in your post template using the format %<em>namespace</em>:<em>element</em>@<em>attribute</em>% where <em>namespace </em>is the namespace URL or abbreviation, <em>element </em>is the element name, <em>and attribute </em>is an optional attribute of the element. In the YouTube rating example shown earlier, <em>gd </em>is the namespace, <em>rating </em>is the element, and <em>average</em>, <em>max</em>, <em>min</em>, <em>numRaters</em>, and <em>rel </em>are the attributes. Using that example, if you want to show the average rating in your Post Template, use the variable %gd:rating@average%.</p>
<p>If you are feeling a bit confused, below are a number of examples that may better illustrate how to use custom namespaces.</p>
<h3>Examples</h3>
<p>For our first example, we will take a simplified excerpt from a Yahoo Videofeed:</p>
<blockquote><p>&lt;item&gt;<br />
&lt;title&gt;Using Custom Namespaces&lt;/title&gt;<br />
&lt;description&gt;Using custom namespaces in AutoBlogged Post Templates.&lt;/description&gt;<br />
&lt;link&gt;<a href="http://video.yahoo.com/watch/......">http://video.yahoo.com/watch/&#8230;&#8230;</a>&lt;/link&gt;<br />
&lt;pubDate&gt;Sun, 28 Jan 2007 03:00:00 -0800&lt;/pubDate&gt;<br />
&lt;media:keywords&gt;autoblogged, autoblog, wordpress&lt;/media:keywords&gt;<br />
&lt;media:thumbnail url=&#8221;http://l.yimg.com/a/i/us/sch/cn/v/v0/&#8230;..jpg /&gt;<br />
&lt;media:content type=&#8221;application/x-shockwave-flash&#8221; medium=&#8221;video&#8221; lang=&#8221;"&gt;<br />
&lt;media:player url=&#8221;http://d.yimg.com/ht/&#8230;&#8221; height=&#8221;512&#8243; width=&#8221;322&#8243; /&gt;<br />
&lt;/media:content&gt;<br />
&lt;/item&gt;</p></blockquote>
<p>In the above feed, to show the keywords for the video, use the variable %media:keywords%. To include the thumbnail, use %media:thumbnail@url%</p>
<p>Now consider an example from a YouTube feed:</p>
<blockquote><p>&lt;media:group&gt;<br />
&lt;media:category label=&#8217;Music&#8217; scheme=&#8217;http://gdata.youtube.com/schemas/2007/categories.cat&#8217;&gt;Music&lt;/media:category&gt;<br />
&lt;media:content url=&#8217;http://www.youtube.com/&#8230;&#8230;&#8217; type=&#8217;application/x-shockwave-flash&#8217; medium=&#8217;video&#8217; isDefault=&#8217;true&#8217; expression=&#8217;full&#8217; duration=&#8217;334&#8242; yt:format=&#8217;5&#8242;/&gt;<br />
&lt;media:description type=&#8217;plain&#8217;&gt;Using custom namespaces in AutoBlogged Post Templates.&lt;/media:keywords&gt;<br />
&lt;media:player url=&#8217;http://www.youtube.com/watch?v=&#8230;&#8230;&#8217;/&gt;<br />
&lt;media:thumbnail url=&#8217;http://i.ytimg.com/vi/&#8230;&#8230;/2.jpg&#8217; height=&#8217;90&#8242; width=&#8217;120&#8242; time=&#8217;00:02:47&#8242;/&gt;<br />
&lt;media:thumbnail url=&#8217;http://i.ytimg.com/vi/&#8230;&#8230;/1.jpg&#8217; height=&#8217;90&#8242; width=&#8217;120&#8242; time=&#8217;00:01:23.500&#8242;/&gt;<br />
&lt;media:title type=&#8217;plain&#8217;&gt;Using AutoBlogged&lt;/media:title&gt;<br />
&lt;yt:duration seconds=&#8217;334&#8242;/&gt;<br />
&lt;/media:group&gt;<br />
&lt;gd:rating average=&#8217;4.9114695&#8242; max=&#8217;5&#8242; min=&#8217;1&#8242; numRaters=&#8217;17734&#8242; rel=&#8217;http://schemas.google.com/g/2005#overall&#8217;/&gt;<br />
&lt;yt:statistics favoriteCount=&#8217;34363&#8242; viewCount=&#8217;4928462&#8242;/&gt;</p></blockquote>
<p>This feed is a bit different because it uses nested elements. In other words, media:content is nested inside the media:group element. Due to a limitation in SimplePie, which we use to process RSS feeds, you must refer to these variables using the full hierarchy with a slash (&#8220;/&#8221;) between elements. So if you wish to show the media description you would use the variable %media:group/media:description%. If you want to show the duration of the video, you would use the variable %media:group/media:content@duration%.</p>
<p>Note that AutoBlogged currently does not support custom namespaces for attributes, so you would not be able to access the yt:format attribute in the media:content element above. Note also that when there are multiple custom fields with the same name, AutoBlogged will only return the first element it finds.</p>
<p>In addition to custom namespaces, you can specifically refer to certain RSS or Atom elements in a feed using the RSS and Atom namespaces. Consider the following RSS feed excerpt:</p>
<blockquote><p>&lt;item&gt;<br />
&lt;title&gt;Using Post Templates&lt;/title&gt;<br />
&lt;link&gt;<a href="http://www.autoblogged.com/">http://www.autoblogged.com</a>&#8230;&#8230;.&lt;/link&gt;<br />
&lt;guid&gt;<a href="http://www.autoblogged.com/">http://www.autoblogged.com</a>&#8230;&#8230;.&lt;/guid&gt;<br />
&lt;pubDate&gt;Mon, 28 Jul 2008 08:18:51 -0700&lt;/pubDate&gt;<br />
&lt;/item&gt;</p></blockquote>
<p>In this feed, you can refer to the guid as %rss:guid% and the pubDate as %rss:pubDate%. With an atom feed you can do the same:</p>
<blockquote><p>&lt;entry&gt;<br />
&lt;id&gt;<a href="http://gdata.youtube.com/feeds/api/videos/......">http://gdata.youtube.com/feeds/api/videos/&#8230;&#8230;</a>&lt;/id&gt;<br />
&lt;published&gt;2005-12-28T03:15:32.000Z&lt;/published&gt;<br />
&lt;updated&gt;2009-05-26T12:55:23.000Z&lt;/updated&gt;<br />
&lt;/entry&gt;</p></blockquote>
<p>With this feed you can refer to the published date as %atom:published%.</p>
<h3>Uncommon Namespaces</h3>
<p>Note that in order for AutoBlogged to use a custom namespace abbreviation, it needs to be defined in the modules.php file. If you open the file, you can see that we have already defined most common namespace modules. If you want to use a custom namespace that isn&#8217;t listed in that file, you have two options:</p>
<p>1. Edit modules.php to include your custom namespace, following the same format as the other definitions.</p>
<p>2. Always use the full namespace URL when referring to the namespace in your Post Template.</p>
<p>For example, consider this feed excerpt:</p>
<blockquote><p>&lt;rss version=&#8221;2.0&#8243; xmlns:product=&#8221;http://www.example.com/schemas/product&#8221;&gt;<br />
&lt;channel&gt;<br />
&lt;title&gt;Products Feed&lt;/title&gt;<br />
&lt;item&gt;<br />
&lt;title&gt;New Product Announcement&lt;/title&gt;<br />
&lt;pubDate&gt;Mon, 28 Jul 2008 08:18:51 -0700&lt;/pubDate&gt;<br />
&lt;product:type&gt;Tools&lt;/product:type&gt;<br />
&lt;product:price&gt;9.99&lt;/product:price&gt;<br />
&lt;/item&gt;<br />
&lt;/channel&gt;<br />
&lt;/rss&gt;</p></blockquote>
<p>In this example, if you want to use product:type in your Post Template, you can either add the line &#8220;product&#8221; =&gt; &#8220;http://www.example.com/schemas/product&#8221;, at the end of the list in modules.php and use %product:type% in your Post Template or you can simply use %<a href="http://www.example.com/schemas/product:type%">http://www.example.com/schemas/product:type%</a> in your Post Template without having to modify modules.php.</p>
<p>As you can see, referring to custom namespace elements is a bit of an advanced feature and it does require you to view the raw XML of your feed to find most variable names. However, it is a very powerful feature that can really make your blog stand out from the rest.</p>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/kb/post-templates/custom-namespaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshooting RSS Feed Problems</title>
		<link>http://autoblogged.com/kb/rss-feeds/troubleshooting-feeds/</link>
		<comments>http://autoblogged.com/kb/rss-feeds/troubleshooting-feeds/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 06:15:48 +0000</pubDate>
		<dc:creator>AutoBlogged Support</dc:creator>
				<category><![CDATA[RSS Feeds]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://kb.autoblogged.com/?p=4375</guid>
		<description><![CDATA[<p><strong>Issue</strong></p>
<p>AutoBlogged is having problems processing one particular RSS feed you are using or is unable to open the feed in the feed viewer.</p>
<p><strong>Solutions</strong></p>
<ul>
<li>Try opening the feed URL directly in your web browser to make sure you have the correct URL.</li>
<li>Check <a title="RSS Feed Validator" href="http://www.feedvalidator.org" target="_blank">FeedValidator.org</a> to confirm that your RSS or Atom feed is properly formatted.</li>
<li>Try opening the feed in different browsers to make sure it isn&#8217;t a browser issue.</li>
<li>Try viewing your feed using the <a title="Simple Pie RSS Parser Demo" href="http://simplepie.org/demo/" target="_blank">SimplePie demo</a> to make sure it isn&#8217;t an issue with SimplePie.</li>
<li>Check the <a title="Problematic RSS Feeds" href="http://simplepie.org/wiki/faq/problematic_feeds" target="_blank">SimplePie FAQ</a> to make sure it isn&#8217;t a known problematic feed.</li>
</ul>
<p><strong>More Information</strong></p>
<p>FeedBurner Issues:</p>
<ul>
<li><a href="http://feedburnerstatus.blogspot.com/">http://feedburnerstatus.blogspot.com/</a></li>
<li><a href="http://feedburnerstatus.blogspot.com/2009/01/older-known-issues-workarounds.html">http://feedburnerstatus.blogspot.com/2009/01/older-known-issues-workarounds.html</a></li>
<li><a href="http://feedburnerstatus.blogspot.com/2009/01/http-502-error-code-received-on-some.html">http://feedburnerstatus.blogspot.com/2009/01/http-502-error-code-received-on-some.html</a></li>
<li><a href="http://feedburnerstatus.blogspot.com/2009/01/older-known-issues-workarounds.html">http://feedburnerstatus.blogspot.com/2009/01/older-known-issues-workarounds.html</a></li>
</ul>
<p>Blogger.com/Blogspot.com Issues:</p>
<ul>
<li><a href="http://www.google.com/support/forum/p/blogger/browse?hl=en">http://www.google.com/support/forum/p/blogger/browse?hl=en</a></li>
</ul>
<p>Also see <a title="Workarounds for Poor Quality RSS Feeds" href="http://autoblogged.com/kb/rss-feeds/poor-quality-feeds/" target="_self"><span id="sample-permalink">Workarounds for Poor Quality Feeds</span></a></p>
<hr />]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong></p>
<p>AutoBlogged is having problems processing one particular RSS feed you are using or is unable to open the feed in the feed viewer.</p>
<p><strong>Solutions</strong></p>
<ul>
<li>Try opening the feed URL directly in your web browser to make sure you have the correct URL.</li>
<li>Check <a title="RSS Feed Validator" href="http://www.feedvalidator.org" target="_blank">FeedValidator.org</a> to confirm that your RSS or Atom feed is properly formatted.</li>
<li>Try opening the feed in different browsers to make sure it isn&#8217;t a browser issue.</li>
<li>Try viewing your feed using the <a title="Simple Pie RSS Parser Demo" href="http://simplepie.org/demo/" target="_blank">SimplePie demo</a> to make sure it isn&#8217;t an issue with SimplePie.</li>
<li>Check the <a title="Problematic RSS Feeds" href="http://simplepie.org/wiki/faq/problematic_feeds" target="_blank">SimplePie FAQ</a> to make sure it isn&#8217;t a known problematic feed.</li>
</ul>
<p><strong>More Information</strong></p>
<p>FeedBurner Issues:</p>
<ul>
<li><a href="http://feedburnerstatus.blogspot.com/">http://feedburnerstatus.blogspot.com/</a></li>
<li><a href="http://feedburnerstatus.blogspot.com/2009/01/older-known-issues-workarounds.html">http://feedburnerstatus.blogspot.com/2009/01/older-known-issues-workarounds.html</a></li>
<li><a href="http://feedburnerstatus.blogspot.com/2009/01/http-502-error-code-received-on-some.html">http://feedburnerstatus.blogspot.com/2009/01/http-502-error-code-received-on-some.html</a></li>
<li><a href="http://feedburnerstatus.blogspot.com/2009/01/older-known-issues-workarounds.html">http://feedburnerstatus.blogspot.com/2009/01/older-known-issues-workarounds.html</a></li>
</ul>
<p>Blogger.com/Blogspot.com Issues:</p>
<ul>
<li><a href="http://www.google.com/support/forum/p/blogger/browse?hl=en">http://www.google.com/support/forum/p/blogger/browse?hl=en</a></li>
</ul>
<p>Also see <a title="Workarounds for Poor Quality RSS Feeds" href="http://autoblogged.com/kb/rss-feeds/poor-quality-feeds/" target="_self"><span id="sample-permalink">Workarounds for Poor Quality Feeds</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://autoblogged.com/kb/rss-feeds/troubleshooting-feeds/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
