<?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, 31 Jan 2012 11:08:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<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>
	<item>
		<title>By: panag</title>
		<link>http://htmlcssjavascript.com/javascript/the-joy-of-javascripts-getelementsbytagname/#comment-3705</link>
		<dc:creator>panag</dc:creator>
		<pubDate>Wed, 02 Mar 2011 16:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/06/07/the-joy-of-javascripts-getelementsbytagname/#comment-3705</guid>
		<description>I was asked to avoid ajax/jquery for this one ( I was planning to use jQuery&#039;s load function) ... I have to use plain file IO operation...any suggestion ? ... to be specific I have index.html in tomcat WEB-INF/view/jsp/ui forlder and jsp in WEB-INF/view/jsp/include folder. I want to read this index.html and read is and want to embedd this html in jsp and add title under  and css where I find &quot;INSER CSS&quot; text</description>
		<content:encoded><![CDATA[<p>I was asked to avoid ajax/jquery for this one ( I was planning to use jQuery&#8217;s load function) &#8230; I have to use plain file IO operation&#8230;any suggestion ? &#8230; to be specific I have index.html in tomcat WEB-INF/view/jsp/ui forlder and jsp in WEB-INF/view/jsp/include folder. I want to read this index.html and read is and want to embedd this html in jsp and add title under  and css where I find &#8220;INSER CSS&#8221; text</p>
]]></content:encoded>
	</item>
</channel>
</rss>

