<?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>gHacks technology news &#187; internet explorer 8 feed error</title>
	<atom:link href="http://www.ghacks.net/tag/internet-explorer-8-feed-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Internet Explorer 8 And Feeds: The XML page cannot be displayed</title>
		<link>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/</link>
		<comments>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 21:59:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feed error]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[ie8 xml error]]></category>
		<category><![CDATA[internet explorer 8]]></category>
		<category><![CDATA[internet explorer 8 feed error]]></category>
		<category><![CDATA[internet explorer feed]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xml error]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/</guid>
		<description><![CDATA[I run another popular site together with Everton of Connected Internet. The site I&#8217;m talking about is Windows 7 News, a highly popular and well ranked, website about the next Microsoft operating system Windows 7. A reader contacted us earlier today mentioning a problem that he was encountering when trying to view the feed of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/04/internet_explorer_8.png" alt="internet explorer 8" title="internet explorer 8" width="128" height="128" class="alignleft size-full wp-image-11776" />I run another popular site together with Everton of <a href="http://www.connectedinternet.co.uk/">Connected Internet</a>. The site I&#8217;m talking about is <a href="http://windows7news.com/">Windows 7 News</a>, a highly popular and well ranked, website about the next Microsoft operating system <a href="http://windows7news.com/">Windows 7</a>. A reader contacted us earlier today mentioning a problem that he was encountering when trying to view the feed of the website in <a href="http://www.ghacks.net/tag/internet-explorer/">Internet Explorer</a> 8.</p>
<p>The message &#8220;The XML page cannot be displayed. Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.&#8221; was displayed instead. The feed did however work fine in other web browsers that we tested immediately including <a href="http://www.ghacks.net/tag/firefox/">Mozilla Firefox</a>.</p>
<p>This led to the conclusion that the error had to be Internet Explorer specific. It could have been a plugin that was running on the website itself, some incompatible code in the theme that was causing Internet Explorer 8 to throw that error message or a problem at the hoster of the feed Feedburner.</p>
<p><span id="more-12011"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/04/internet_explorer_8_feed_error-500x180.jpg" alt="internet explorer 8 feed error" title="internet explorer 8 feed error" width="500" height="180" class="alignnone size-medium wp-image-12010" /></p>
<p>The first thing that came to my mind was to validate the feed using an official resource like the Feed Validation Service at <a href="http://validator.w3.org/feed/">W3C</a>. This service validates a feed and displays validation errors and warnings including their location in the code. One error was displayed: Your feed is not well formed according to the XML specification</p>
<p>It turned out that one of the articles published lately contained the char &amp; which was responsible for the feed validation error and the error in Internet Explorer 8.</p>
<p>Escaping that character with <code>&#038; a m p ;</code> (remove the spaces) was the solution that fixed the error. The feed did validate correctly afterwards (after the new article had been cached by the feed hosting service) and Internet Explorer 8 was displaying the feed correctly.</p>
<p><strong>This does mean however that webmasters have to always escape certain characters in the articles that they publish on their websites if they want their feed to be working in Internet Explorer 8.</strong></p>
<p>This is actually not the fault of Internet Explorer 8. The web browser is strictly following the rules in this case. It&#8217;s time to look for a plugin that will automatically escape those chars so that the feed will validate and display correctly in <a href="http://guide.opendns.com/track/click.php?q=ghacks+internet+explorer+8&#038;curl=http%3A%2F%2Fwww.ghacks.net%2Ftag%2Finternet-explorer-8%2F&#038;search_grp=MAINRESULTS&#038;search_pos=1">Internet Explorer 8</a>.</p>

	Tags: <a href="http://www.ghacks.net/tag/feed/" title="feed" rel="tag">feed</a>, <a href="http://www.ghacks.net/tag/feed-error/" title="feed error" rel="tag">feed error</a>, <a href="http://www.ghacks.net/tag/feedburner/" title="feedburner" rel="tag">feedburner</a>, <a href="http://www.ghacks.net/tag/ie8-xml-error/" title="ie8 xml error" rel="tag">ie8 xml error</a>, <a href="http://www.ghacks.net/tag/internet-explorer-8/" title="internet explorer 8" rel="tag">internet explorer 8</a>, <a href="http://www.ghacks.net/tag/internet-explorer-8-feed-error/" title="internet explorer 8 feed error" rel="tag">internet explorer 8 feed error</a>, <a href="http://www.ghacks.net/tag/internet-explorer-feed/" title="internet explorer feed" rel="tag">internet explorer feed</a>, <a href="http://www.ghacks.net/tag/website/" title="website" rel="tag">website</a>, <a href="http://www.ghacks.net/tag/wordpress/" title="wordpress" rel="tag">wordpress</a>, <a href="http://www.ghacks.net/tag/xml-error/" title="xml error" rel="tag">xml error</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/05/zoundry-raven-portable-blog-editor/" title="Zoundry Raven portable Blog Editor (August 5, 2008)">Zoundry Raven portable Blog Editor</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/07/27/wordpress-issues/" title="Wordpress Issues (July 27, 2008)">Wordpress Issues</a> (16)</li>
	<li><a href="http://www.ghacks.net/2008/08/15/wordpress-261-released/" title="Wordpress 2.6.1 released (August 15, 2008)">Wordpress 2.6.1 released</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/06/testing-a-new-theme/" title="Testing A New Theme (April 6, 2009)">Testing A New Theme</a> (51)</li>
	<li><a href="http://www.ghacks.net/2008/04/30/netvibes-feed-problem/" title="Netvibes Feed Problem (April 30, 2008)">Netvibes Feed Problem</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
