<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx</link><description>One of the benefits of creating a new URI parsing API for IE7 was that we were able to more easily add support for IPv6 addresses in URIs throughout IE7. This blog post will describe the use of IPv6 URIs in IE7. IPv6 Syntax One of the advantages of IPv6</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Browser Security News &amp;raquo; IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1729758</link><pubDate>Wed, 21 Feb 2007 00:17:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1729758</guid><dc:creator>Browser Security News » IPv6 URIs in IE7</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.ie7security.net/2007/02/20/ipv6-uris-in-ie7/"&gt;http://www.ie7security.net/2007/02/20/ipv6-uris-in-ie7/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>* Off Topic Warning *</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1730166</link><pubDate>Wed, 21 Feb 2007 01:00:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1730166</guid><dc:creator>zuneone</dc:creator><description>&lt;p&gt;This is completely off topic but it would be very cool if when you switched tabs in IE7 you get a fresh search box. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Often times I am researching several terms and need to go back and forth between tabs and the previous search keywords I was using are gone.&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1735098</link><pubDate>Wed, 21 Feb 2007 16:17:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1735098</guid><dc:creator>Viktor Krammer</dc:creator><description>&lt;p&gt;@Dave Risney&lt;/p&gt;
&lt;p&gt;Since RFC 4007 leaves it open whether to encode the % delimiter I would have prefered that it is not escaped in URIs to be consistent with the textual form of IPv6 addresses.&lt;/p&gt;
&lt;p&gt;&amp;gt;Non-encoded percents are not permitted in URIs&lt;/p&gt;
&lt;p&gt;This is not entirely true. In section 2.4.2 of RFC 2396 it is only mandatory to escape the percent sign &amp;quot;when used as data within a URI&amp;quot;. In this special case, however, the percent sign is used as a delimiter, not data.&lt;/p&gt;
&lt;p&gt;Another thing I noticed recently is that IE7 does not automatically prepend the http scheme when entering an IPv6 address in the address bar. Both &amp;quot;127.0.0.1&amp;quot; and &amp;quot;[::1]&amp;quot; should connect to &amp;quot;&lt;a rel="nofollow" target="_new" href="http://127.0.0.1/&amp;quot;"&gt;http://127.0.0.1/&amp;quot;&lt;/a&gt; and &amp;quot;http://[::1]/&amp;quot; respectively.&lt;/p&gt;
</description></item><item><title>* Off Topic Warning *</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1735121</link><pubDate>Wed, 21 Feb 2007 16:22:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1735121</guid><dc:creator>Viktor Krammer</dc:creator><description>&lt;p&gt;@zuneone&lt;/p&gt;
&lt;p&gt;&amp;gt;it would be very cool if when you switched tabs in IE7 you get a fresh search box.&lt;/p&gt;
&lt;p&gt;To get a fresh search box for every tab I recommend using a search toolbar like the Quero Toolbar (www.quero.at).&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1735233</link><pubDate>Wed, 21 Feb 2007 16:59:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1735233</guid><dc:creator>jon</dc:creator><description>&lt;p&gt;Why does IE7 not show any details of the certificate on:&lt;/p&gt;
&lt;p&gt;javascript:alert(window.document.security);&lt;/p&gt;
&lt;p&gt;It appears to return: &amp;quot;This type of document does not have a security certificate&amp;quot; regardless of what page you view, anywhere on the 'Net.&lt;/p&gt;
&lt;p&gt;Is this feature dead? and just hasn't been cleaned out? &amp;nbsp;Ditto for things like window.screen Why create the object if it never contains any details about the screen size/position?&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1736151</link><pubDate>Wed, 21 Feb 2007 20:25:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1736151</guid><dc:creator>RubenP</dc:creator><description>&lt;p&gt;Nope, http://[::1]/ is not working on my box (XP Pro, and yes, I did enable IPv6), whereas &lt;a rel="nofollow" target="_new" href="http://127.0.0.1/"&gt;http://127.0.0.1/&lt;/a&gt; and &lt;a rel="nofollow" target="_new" href="http://localhost/"&gt;http://localhost/&lt;/a&gt; DO work.&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1736366</link><pubDate>Wed, 21 Feb 2007 21:06:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1736366</guid><dc:creator>Xepol</dc:creator><description>&lt;p&gt;Ah, IPv6, the standard that wasn't. &amp;nbsp;I wonder what it would actually take to make people actually use this format? &amp;nbsp;Nothing short of a nuclear war I think. &amp;nbsp;To use it, an app MUST be writen against WinSock 2, and that seems very very unlikely.&lt;/p&gt;
&lt;p&gt;Maybe if someone put in an effort making IPv6 work with winsock 1.0, maybe it might fly, but I suspect that a lot of programs would still break. &amp;nbsp;How many people out there can confess to using a double word to storing an IPv4 format, because although the standard was written to be flexible, it never actually happened? &amp;nbsp;Ya, I thought so, you could start a hurricane strength wind with all the hands going up...&lt;/p&gt;
&lt;p&gt;@zuneone -&amp;gt; I use it exactly opposite of you. &amp;nbsp;I type the search term in on one page and then click to a new tab to do the actual search.&lt;/p&gt;
&lt;p&gt;If I need different search terms per page, I use my google search bar.&lt;/p&gt;
&lt;p&gt;Personally, I prefer it the way it is, persistant across pages. &amp;nbsp;Unfortunately, I think you have point. &amp;nbsp;Everything else changes per tab including the address bar, so the search toolbar is inconsitent in its behaviour.&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1736414</link><pubDate>Wed, 21 Feb 2007 21:16:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1736414</guid><dc:creator>zuneone</dc:creator><description>&lt;p&gt;@Viktor, &lt;/p&gt;
&lt;p&gt;that looks really nice, I'll give it a try! Thanks never heard of it before today.&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1737007</link><pubDate>Wed, 21 Feb 2007 23:00:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1737007</guid><dc:creator>Dave Risney [MSFT]</dc:creator><description>&lt;p&gt;@Viktor Krammer&lt;/p&gt;
&lt;p&gt;RFC 4007 explicitly doesn't address the issue after noting that the '%' conflicts with the URI syntax and that representation in a URI would require something such as percent-encoding the delimiter.&lt;/p&gt;
&lt;p&gt;Wrt &amp;quot;Non-encoded percents are not permitted in URIs&amp;quot;. &amp;nbsp;The section of RFC 2396 you mention says '... the percent &amp;quot;%&amp;quot; character always has the reserved purpose of being the escape indicator ...' (the corresponding section in RFC 3986 which obsoletes 2396 has similar text) . &amp;nbsp;That is, the percent character alone only appears in a URI as the delimiter of a percent-encoded octet and never as data or anything else. &amp;nbsp;The '%' in an IPv6 address is a delimiter for the textual representation of the IPv6 address but from the URI syntax perspective its still data that needs to be encoded so as not to interfere with the URI syntax. &amp;nbsp;Accordingly in IE7 we only allow percent-encoded percents as the IPv6 scope-id delimiter.&lt;/p&gt;
&lt;p&gt;Thanks for your comments!&lt;/p&gt;
&lt;p&gt;@RubenP&lt;/p&gt;
&lt;p&gt;Sorry its not working for you. &amp;nbsp;Make sure that your HTTP server supports IPv6.&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1737177</link><pubDate>Wed, 21 Feb 2007 23:36:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1737177</guid><dc:creator>RubenP</dc:creator><description>&lt;p&gt;@Dave: So you mean IIS doesn't support IPv6? &lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1737226</link><pubDate>Wed, 21 Feb 2007 23:44:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1737226</guid><dc:creator>Aedrin</dc:creator><description>&lt;p&gt;&amp;quot;Why create the object if it never contains any details about the screen size/position?&amp;quot;&lt;/p&gt;
&lt;p&gt;Perhaps it is there for backwards compatability? So certain things don't immediately break. Just don't show anything?&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1737512</link><pubDate>Thu, 22 Feb 2007 01:05:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1737512</guid><dc:creator>Dave Risney [MSFT]</dc:creator><description>&lt;p&gt;@RubenP&lt;/p&gt;
&lt;p&gt;IIS6 and later support IPv6 but I don't believe earlier versions do. &amp;nbsp;I don't know if any additional configuration is required to get IPv6 support in IIS going. &amp;nbsp;The following page talks about IPv6 in IIS and may be able to help:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/4c7c6bce-213a-4125-bc36-2202e3b4c8c8.mspx?mfr=true"&gt;http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/4c7c6bce-213a-4125-bc36-2202e3b4c8c8.mspx?mfr=true&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1737567</link><pubDate>Thu, 22 Feb 2007 01:25:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1737567</guid><dc:creator>Viktor Krammer</dc:creator><description>&lt;p&gt;@Dave Risney&lt;/p&gt;
&lt;p&gt;To escape or not to escape?&lt;/p&gt;
&lt;p&gt;You are right, the defintion of IPv6address literal in the RFC 3986 standrd is indeed in conflict with the proposed RFC 4007 standard.&lt;/p&gt;
&lt;p&gt;RFC 3986 says in section 2.4 &amp;gt;&amp;gt;Because the percent (&amp;quot;%&amp;quot;) character serves as the indicator for percent-encoded octets, it must be percent-encoded as &amp;quot;%25&amp;quot; for that octet to be used as data within a URI.&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;Now the question is, is the percent sign of the scope id part of a component, i.e. data, or is it a delimiter, i.e. not data?&lt;/p&gt;
&lt;p&gt;I guess this question will not be fully answered until the RFC 4007 or another RFC standard gets more explicit about how the IPv6address literal is syntactically updated.&lt;/p&gt;
</description></item><item><title>web design and SEO</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1742274</link><pubDate>Thu, 22 Feb 2007 18:43:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1742274</guid><dc:creator>kan</dc:creator><description>&lt;p&gt;I'll give it a try! Thanks never heard of it before today.&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1746232</link><pubDate>Fri, 23 Feb 2007 13:16:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1746232</guid><dc:creator>diaw</dc:creator><description>&lt;p&gt;What does it mean when IPv6 is Limited? this is the status of on my dial-up connections.&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1747392</link><pubDate>Fri, 23 Feb 2007 16:47:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1747392</guid><dc:creator>ralph</dc:creator><description>&lt;p&gt;Another bug found in IE7 for Vista:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://crunchysoftware.wordpress.com/2007/02/23/ie7-refreshing-in-xp-but-not-in-vista/"&gt;http://crunchysoftware.wordpress.com/2007/02/23/ie7-refreshing-in-xp-but-not-in-vista/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Seems like the refresh doesn't work in IE7 for Vista.&lt;/p&gt;
&lt;p&gt;any word on when the Feedback site will be back up? we've got lots of bugs to submit, but nowhere to submit them! :-)&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1747914</link><pubDate>Fri, 23 Feb 2007 18:42:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1747914</guid><dc:creator>hAl</dc:creator><description>&lt;p&gt;Another security issues with IE7 ?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://lcamtuf.coredump.cx/ietrap/"&gt;http://lcamtuf.coredump.cx/ietrap/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Great for sites that want to keep you lure you on their site and then can keep you there&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1749718</link><pubDate>Sat, 24 Feb 2007 02:05:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1749718</guid><dc:creator>Steven Roussey</dc:creator><description>&lt;p&gt;The refreshing bug in Vista is a pain when developing. You got to clear the cache at every try. :( Event the control-F5 trick doesn't work.&lt;/p&gt;
&lt;p&gt;Anyhow, here is another bug:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.wayki.com/themes/test.html"&gt;http://www.wayki.com/themes/test.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What is this error &amp;quot;Internet Explorer cannot open this site... Operation aborted&amp;quot;?? It then erases the page. I added an alert to keep it up for a sec.&lt;/p&gt;
&lt;p&gt;Works fine in other browsers, etc...&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1749929</link><pubDate>Sat, 24 Feb 2007 03:22:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1749929</guid><dc:creator>Nocturnal</dc:creator><description>&lt;p&gt;Is there a reason why you guys took IE7 off of the critical updates for Microsoft as well as Windows Updates? &amp;nbsp;That was a very stupid move, IMHO! &amp;nbsp;You're leaving many people at risk!&lt;/p&gt;
&lt;p&gt;Is there at least a site that explains the move? &amp;nbsp;Why so stealth? &amp;nbsp;Please guys, Eric, anyone???&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1752557</link><pubDate>Sat, 24 Feb 2007 17:19:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1752557</guid><dc:creator>todd</dc:creator><description>&lt;p&gt;@Myspace Generator: a.k.a. goose&lt;/p&gt;
&lt;p&gt;It's amazing how one line gives away the fact that you know nothing about web browsers.&lt;/p&gt;
&lt;p&gt;No one thinks IE7 is the best browser barnone.. not even the IE team! &amp;nbsp;As mentioned many times in blog posts and chats, IE7 was a partial catch up release. &amp;nbsp;Still not caught up to Opera and Firefox, but a million miles better than IE6. (except for all the new bugs)&lt;/p&gt;
&lt;p&gt;@MS: still gettting errors trying to access feedback. &amp;nbsp;I seriously doubt that IE7.5 or IE8 will be &amp;quot;caught up&amp;quot;, if the bug tracking system is not back on line, and trucking through all the bugs/fixes. &amp;nbsp;You have an army of millions of developers/users that want to help you out, it baffles the mind that you don't see the competitive businees advantage of getting this back online pronto.&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1756426</link><pubDate>Sun, 25 Feb 2007 12:20:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1756426</guid><dc:creator>harry_richter</dc:creator><description>&lt;p&gt;@ralph&lt;/p&gt;
&lt;p&gt;would be nice, if you could also quote the update on the socalled bug in IE7.&lt;/p&gt;
&lt;p&gt;Never mind, I'll do it for you:&lt;/p&gt;
&lt;p&gt;&amp;quot;Update 24/02/07: This isn’t actually a Windows problem it’s a Wordpress problem&amp;quot;&lt;/p&gt;
&lt;p&gt;There is a general problem here, seen zillions of time throughout the web: software, that is buggy causes problems, and guess who gets the blame: either Windows or Microsoft in general.&lt;/p&gt;
&lt;p&gt;It seems to be an exercise in futility, that MS even has the thousands of pages of &amp;quot;best pract&amp;quot; and programming examples, when too many people simply dont care.&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
&lt;p&gt;harry&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1756978</link><pubDate>Sun, 25 Feb 2007 14:51:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1756978</guid><dc:creator>blogmeme</dc:creator><description>&lt;p&gt;How do the speeds of IE7 and Firefox compare. Is it possible to configure 'HTTP pipelining' on IE7 as this site suggests you can do in Firefox?&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://firefoxpluginreviews.blogspot.com"&gt;http://firefoxpluginreviews.blogspot.com&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1758212</link><pubDate>Sun, 25 Feb 2007 21:22:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1758212</guid><dc:creator>anon</dc:creator><description>&lt;p&gt;@blogmeme, http pipelining is very unstable even in firefox, webpages that use tables alot tend to be rendered incorrectly when they are pipelined.&lt;/p&gt;
</description></item><item><title>re: IPv6 URIs in IE7</title><link>http://blogs.msdn.com/ie/archive/2007/02/20/ipv6-uris-in-ie7.aspx#1766378</link><pubDate>Tue, 27 Feb 2007 03:20:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1766378</guid><dc:creator>EricLaw [MSFT]</dc:creator><description>&lt;p&gt;@blogmeme: No, IE (and some proxies &amp;amp; network hardware) does not support pipelining. &amp;nbsp;You can control the Max Connections Per Server value, though. &amp;nbsp;See &amp;quot;Speed tweaks&amp;quot; here: &lt;a rel="nofollow" target="_new" href="http://www.enhanceie.com/ie/tweaks.asp"&gt;http://www.enhanceie.com/ie/tweaks.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;@Steven Roussey: I'm not sure what you mean; CTRL+Refresh still performs an unconditional refresh. &lt;/p&gt;
&lt;p&gt;Vis-a-vis the &amp;quot;Operation aborted&amp;quot; issue, please see &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/927917/en-us"&gt;http://support.microsoft.com/kb/927917/en-us&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>