<?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: Attack of the cloneNodes</title>
	<atom:link href="http://www.weaselhat.com/2007/03/31/js-clonenode/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weaselhat.com/2007/03/31/js-clonenode/</link>
	<description></description>
	<lastBuildDate>Tue, 25 Oct 2011 15:23:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: adriano</title>
		<link>http://www.weaselhat.com/2007/03/31/js-clonenode/comment-page-1/#comment-334</link>
		<dc:creator>adriano</dc:creator>
		<pubDate>Wed, 16 Apr 2008 09:21:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.weaselhat.com/2007/03/31/js-clonenode/#comment-334</guid>
		<description>guy. you rock. seriously. thank you a lot</description>
		<content:encoded><![CDATA[<p>guy. you rock. seriously. thank you a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Greenberg</title>
		<link>http://www.weaselhat.com/2007/03/31/js-clonenode/comment-page-1/#comment-257</link>
		<dc:creator>Michael Greenberg</dc:creator>
		<pubDate>Mon, 01 Oct 2007 14:49:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.weaselhat.com/2007/03/31/js-clonenode/#comment-257</guid>
		<description>Andreas Eibach pointed out that this definition was missing:

&lt;pre lang=&quot;javascript&quot;&gt;
/**
 * Determines whether o is a DOM object.
 *
 * @param o A value to test
 * @param {Boolean} True if o is a DOM object
 */
function dom_obj(o) {
    return typeof o == &#039;object&#039; &amp;&amp; (o instanceof Node &#124;&#124; o.nodeType &gt; 0);
}
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Andreas Eibach pointed out that this definition was missing:</p>
<pre lang="javascript">
/**
 * Determines whether o is a DOM object.
 *
 * @param o A value to test
 * @param {Boolean} True if o is a DOM object
 */
function dom_obj(o) {
    return typeof o == 'object' &#038;&#038; (o instanceof Node || o.nodeType > 0);
}
</pre>
]]></content:encoded>
	</item>
</channel>
</rss>

