<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Too many cooks spoil the DOM (getting content out of page elements)</title>
	<atom:link href="http://jaybyjayfresh.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/feed/" rel="self" type="application/rss+xml" />
	<link>http://jaybyjayfresh.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/</link>
	<description>Right-on slack-jawed yokel-type tech-farmer</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:45:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: FND</title>
		<link>http://jaybyjayfresh.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/#comment-2381</link>
		<dc:creator><![CDATA[FND]]></dc:creator>
		<pubDate>Wed, 11 Jun 2008 12:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://jayfresh.wordpress.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/#comment-2381</guid>
		<description><![CDATA[&lt;a href=&quot;http://trac.tiddlywiki.org/changeset/5525&quot; rel=&quot;nofollow&quot;&gt;Apparently&lt;/a&gt;, &lt;code&gt;node.text&lt;/code&gt; works as well in IE:
&lt;code&gt;var text = el.text &#124;&#124; el.textContent;&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p><a href="http://trac.tiddlywiki.org/changeset/5525" rel="nofollow">Apparently</a>, <code>node.text</code> works as well in IE:<br />
<code>var text = el.text || el.textContent;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayfresh</title>
		<link>http://jaybyjayfresh.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/#comment-2380</link>
		<dc:creator><![CDATA[jayfresh]]></dc:creator>
		<pubDate>Fri, 30 May 2008 16:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://jayfresh.wordpress.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/#comment-2380</guid>
		<description><![CDATA[Nice one FND, that&#039;s a pretty darn useful point.]]></description>
		<content:encoded><![CDATA[<p>Nice one FND, that&#8217;s a pretty darn useful point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FND</title>
		<link>http://jaybyjayfresh.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/#comment-2379</link>
		<dc:creator><![CDATA[FND]]></dc:creator>
		<pubDate>Fri, 30 May 2008 14:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://jayfresh.wordpress.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/#comment-2379</guid>
		<description><![CDATA[FWIW, you&#039;ll mostly end up using something like &lt;code&gt;var text = el.innerText &#124;&#124; el.textContent;&lt;/code&gt;...]]></description>
		<content:encoded><![CDATA[<p>FWIW, you&#8217;ll mostly end up using something like <code>var text = el.innerText || el.textContent;</code>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayfresh</title>
		<link>http://jaybyjayfresh.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/#comment-261</link>
		<dc:creator><![CDATA[jayfresh]]></dc:creator>
		<pubDate>Thu, 06 Sep 2007 11:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://jayfresh.wordpress.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/#comment-261</guid>
		<description><![CDATA[Thanks Fred!]]></description>
		<content:encoded><![CDATA[<p>Thanks Fred!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FND</title>
		<link>http://jaybyjayfresh.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/#comment-258</link>
		<dc:creator><![CDATA[FND]]></dc:creator>
		<pubDate>Wed, 05 Sep 2007 17:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://jayfresh.wordpress.com/2007/09/05/too-many-cooks-spoil-the-dom-getting-content-out-of-page-elements/#comment-258</guid>
		<description><![CDATA[Thanks for this; this goes straight into my WebDev tiddler...]]></description>
		<content:encoded><![CDATA[<p>Thanks for this; this goes straight into my WebDev tiddler&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

