<?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: getElementsByTagNameNS. Now I Know. And Knowing is Half the Battle.</title>
	<atom:link href="http://htmlcssjavascript.com/javascript/getelementsbytagnamens-now-i-know-and-knowing-is-half-the-battle/feed/" rel="self" type="application/rss+xml" />
	<link>http://htmlcssjavascript.com/javascript/getelementsbytagnamens-now-i-know-and-knowing-is-half-the-battle/</link>
	<description>Not a Ninja, Pirate or Jedi.</description>
	<lastBuildDate>Tue, 15 May 2012 08:20:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Steve</title>
		<link>http://htmlcssjavascript.com/javascript/getelementsbytagnamens-now-i-know-and-knowing-is-half-the-battle/#comment-4170</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 06 Jan 2012 10:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://htmlcssjavascript.com/?p=85#comment-4170</guid>
		<description>god! IE is sooo annoying! Thanks for the solution. The fix for me (using google feed api) was:

    if ( document.getElementsByTagNameNS !== undefined ) {
	  var mediathumb = google.feeds.getElementsByTagNameNS(item,&#039;*&#039;, &#039;thumbnail&#039;)[0].getAttribute(&quot;url&quot;);
	} else {
	  var mediathumb = item.getElementsByTagName(&#039;media:thumbnail&#039;)[0].getAttribute(&quot;url&quot;);
	};</description>
		<content:encoded><![CDATA[<p>god! IE is sooo annoying! Thanks for the solution. The fix for me (using google feed api) was:</p>
<p>    if ( document.getElementsByTagNameNS !== undefined ) {<br />
	  var mediathumb = google.feeds.getElementsByTagNameNS(item,&#8217;*', &#8216;thumbnail&#8217;)[0].getAttribute(&#8220;url&#8221;);<br />
	} else {<br />
	  var mediathumb = item.getElementsByTagName(&#8216;media:thumbnail&#8217;)[0].getAttribute(&#8220;url&#8221;);<br />
	};</p>
]]></content:encoded>
	</item>
</channel>
</rss>

