<?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: Internet Explorer 8 And Feeds: The XML page cannot be displayed</title> <atom:link href="http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sun, 12 Feb 2012 07:04:03 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Fehler bei der RSS-Feedunterst&#252;tzung &#171; Borns IT- und Windows-Blog</title><link>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/comment-page-1/#comment-1325997</link> <dc:creator>Fehler bei der RSS-Feedunterst&#252;tzung &#171; Borns IT- und Windows-Blog</dc:creator> <pubDate>Sun, 03 Apr 2011 09:11:13 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/#comment-1325997</guid> <description>[...] kann auch eine fehlerhafte RSS-Feed-Ausgabe der betreffenden Webseite die Ursache sein. Unter [3] findet sich noch ein interessanter Beitrag zum Internet Explorer 8, der den Versuch der Anzeige [...]</description> <content:encoded><![CDATA[<p>[...] kann auch eine fehlerhafte RSS-Feed-Ausgabe der betreffenden Webseite die Ursache sein. Unter [3] findet sich noch ein interessanter Beitrag zum Internet Explorer 8, der den Versuch der Anzeige [...]</p> ]]></content:encoded> </item> <item><title>By: Validome, Web Page Validator</title><link>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/comment-page-1/#comment-1254218</link> <dc:creator>Validome, Web Page Validator</dc:creator> <pubDate>Thu, 25 Nov 2010 10:39:12 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/#comment-1254218</guid> <description>[...] an example why validation is important. About a year ago I noticed that the RSS feed of Ghacks was throwing an XML error in Internet Explorer 8. This was caused by a single character in one of the latest [...]</description> <content:encoded><![CDATA[<p>[...] an example why validation is important. About a year ago I noticed that the RSS feed of Ghacks was throwing an XML error in Internet Explorer 8. This was caused by a single character in one of the latest [...]</p> ]]></content:encoded> </item> <item><title>By: dave</title><link>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/comment-page-1/#comment-1128566</link> <dc:creator>dave</dc:creator> <pubDate>Wed, 07 Jul 2010 22:02:41 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/#comment-1128566</guid> <description>No, you don&#039;t need a plug-in.  The big difference about XML is that it&#039;s NOT fault tolerant: if you don&#039;t write well formed code it won&#039;t render.  I quite often get this problem cutting and pasting from windows .doc and .docx files to XML:  when the application uses non-ascii characters some browsers will render it and some won&#039;t.  There is no way you can write plug-ins for every possible case for every possible browser.</description> <content:encoded><![CDATA[<p>No, you don&#8217;t need a plug-in.  The big difference about XML is that it&#8217;s NOT fault tolerant: if you don&#8217;t write well formed code it won&#8217;t render.  I quite often get this problem cutting and pasting from windows .doc and .docx files to XML:  when the application uses non-ascii characters some browsers will render it and some won&#8217;t.  There is no way you can write plug-ins for every possible case for every possible browser.</p> ]]></content:encoded> </item> <item><title>By: XML Escape Tool</title><link>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/comment-page-1/#comment-874926</link> <dc:creator>XML Escape Tool</dc:creator> <pubDate>Sun, 30 Aug 2009 19:15:35 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/#comment-874926</guid> <description>[...] problems from display errors to functions that are not working correctly because of this (check out The XML Page Cannot Be Displayed article for an example of things that can happen if characters are not escaped [...]</description> <content:encoded><![CDATA[<p>[...] problems from display errors to functions that are not working correctly because of this (check out The XML Page Cannot Be Displayed article for an example of things that can happen if characters are not escaped [...]</p> ]]></content:encoded> </item> <item><title>By: How To Display Valid Markup Code In Websites</title><link>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/comment-page-1/#comment-772911</link> <dc:creator>How To Display Valid Markup Code In Websites</dc:creator> <pubDate>Thu, 07 May 2009 13:19:57 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/#comment-772911</guid> <description>[...] There are two difficulties or problems that Internet users encounter when they want to paste code into forms to display these on the Internet. The first problem that can be encountered is that the website will interpret part or all of the code instead of displaying it. A basic example would be to display the html code needed to make text linkable on a website. These codes are interpreted by most forms automatically if the user just pastes the code into the form. The second problem that can arise is that the website will not validate because of the way it has been pasted into the form. Displaying the &amp; char will for example return an error when validating the code. This can lead to all kinds of troubles including broken RSS feeds (read: The XML Feed Cannot Be Displayed). [...]</description> <content:encoded><![CDATA[<p>[...] There are two difficulties or problems that Internet users encounter when they want to paste code into forms to display these on the Internet. The first problem that can be encountered is that the website will interpret part or all of the code instead of displaying it. A basic example would be to display the html code needed to make text linkable on a website. These codes are interpreted by most forms automatically if the user just pastes the code into the form. The second problem that can arise is that the website will not validate because of the way it has been pasted into the form. Displaying the &amp; char will for example return an error when validating the code. This can lead to all kinds of troubles including broken RSS feeds (read: The XML Feed Cannot Be Displayed). [...]</p> ]]></content:encoded> </item> <item><title>By: Don't Use an Ampersand! (RSS Feed Issues Resolved) &#124; RyboMedia</title><link>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/comment-page-1/#comment-763056</link> <dc:creator>Don't Use an Ampersand! (RSS Feed Issues Resolved) &#124; RyboMedia</dc:creator> <pubDate>Sun, 03 May 2009 23:08:36 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/#comment-763056</guid> <description>[...] to a great post by Martin at ghacks, I believe I have fixed my Feedburner problems.  Unfortunately, I won&#8217;t [...]</description> <content:encoded><![CDATA[<p>[...] to a great post by Martin at ghacks, I believe I have fixed my Feedburner problems.  Unfortunately, I won&#8217;t [...]</p> ]]></content:encoded> </item> <item><title>By: Di</title><link>http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/comment-page-1/#comment-757405</link> <dc:creator>Di</dc:creator> <pubDate>Fri, 01 May 2009 13:43:57 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/14/internet-explorer-8-and-feeds-the-xml-page-cannot-be-displayed/#comment-757405</guid> <description>Did you find a plugin?  If so, please let me know.  I cannot add any more feeds since I d/led IE8.  I would love to add you to my RSS but can&#039;t!  I just get a blank page.  I thought I had it when I played with Compatability mode but that was a bust.
Thanks for any help.</description> <content:encoded><![CDATA[<p>Did you find a plugin?  If so, please let me know.  I cannot add any more feeds since I d/led IE8.  I would love to add you to my RSS but can&#8217;t!  I just get a blank page.  I thought I had it when I played with Compatability mode but that was a bust.</p><p>Thanks for any help.</p> ]]></content:encoded> </item> </channel> </rss>
