<?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: The joy of&#8230; JavaScript&#8217;s getElementsByTagName()</title>
	<atom:link href="http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/feed/" rel="self" type="application/rss+xml" />
	<link>http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/</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: How to Use the JavaScript getElementsByTagName() Method &#124; JavaScript Mountain</title>
		<link>http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/#comment-4271</link>
		<dc:creator>How to Use the JavaScript getElementsByTagName() Method &#124; JavaScript Mountain</dc:creator>
		<pubDate>Wed, 08 Feb 2012 05:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/06/07/the-joy-of-javascripts-getelementsbytagname/#comment-4271</guid>
		<description>[...] http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/" rel="nofollow">http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: panag</title>
		<link>http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/#comment-3709</link>
		<dc:creator>panag</dc:creator>
		<pubDate>Wed, 02 Mar 2011 19:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/06/07/the-joy-of-javascripts-getelementsbytagname/#comment-3709</guid>
		<description>Thank you Rob...this will solve the tag problem but what if I want to parse non tags element like  .. I was hoping to use strcmp for this...can we use similar like strcmp in iframes ?</description>
		<content:encoded><![CDATA[<p>Thank you Rob&#8230;this will solve the tag problem but what if I want to parse non tags element like  .. I was hoping to use strcmp for this&#8230;can we use similar like strcmp in iframes ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Larsen</title>
		<link>http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/#comment-3708</link>
		<dc:creator>Rob Larsen</dc:creator>
		<pubDate>Wed, 02 Mar 2011 19:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/06/07/the-joy-of-javascripts-getelementsbytagname/#comment-3708</guid>
		<description>Hi, you have script access to the iframe.

var iframeH1s = document.getElementById(&quot;yourIframeName&quot;).contentDocument.getElementsByTagName(&quot;h1&quot;);</description>
		<content:encoded><![CDATA[<p>Hi, you have script access to the iframe.</p>
<p>var iframeH1s = document.getElementById(&#8220;yourIframeName&#8221;).contentDocument.getElementsByTagName(&#8220;h1&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: panag</title>
		<link>http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/#comment-3707</link>
		<dc:creator>panag</dc:creator>
		<pubDate>Wed, 02 Mar 2011 19:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/06/07/the-joy-of-javascripts-getelementsbytagname/#comment-3707</guid>
		<description>but then how can I seperate part of html ? I want to insert some text in  text here  and some css where I find  in html</description>
		<content:encoded><![CDATA[<p>but then how can I seperate part of html ? I want to insert some text in  text here  and some css where I find  in html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Larsen</title>
		<link>http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/#comment-3706</link>
		<dc:creator>Rob Larsen</dc:creator>
		<pubDate>Wed, 02 Mar 2011 16:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/06/07/the-joy-of-javascripts-getelementsbytagname/#comment-3706</guid>
		<description>if it&#039;s on the same server, you could embed the target document as an iframe.</description>
		<content:encoded><![CDATA[<p>if it&#8217;s on the same server, you could embed the target document as an iframe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

