<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.12-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: E4X and the DOM</title>
	<link>http://www.lshift.net/blog/2006/07/24/e4x-and-the-dom</link>
	<description>What happens at LShift</description>
	<pubDate>Sat, 06 Sep 2008 01:43:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.12-alpha</generator>

	<item>
		<title>by: Paul Crowley</title>
		<link>http://www.lshift.net/blog/2006/07/24/e4x-and-the-dom#comment-5530</link>
		<pubDate>Tue, 25 Jul 2006 10:24:18 +0000</pubDate>
		<guid>http://www.lshift.net/blog/2006/07/24/e4x-and-the-dom#comment-5530</guid>
					<description>&lt;p&gt;There is hope.  Here's your example in MochiKit's version of Stan:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;// for some reason "b" and "i" aren't built-in, so we define them here
B = createDOMFunc("b");
I = createDOMFunc("i");

var myElement = P(null, B('Hello'), ' ', I('World'));
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>There is hope.  Here&#8217;s your example in MochiKit&#8217;s version of Stan:</p>
<pre><code>// for some reason "b" and "i" aren't built-in, so we define them here
B = createDOMFunc("b");
I = createDOMFunc("i");

var myElement = P(null, B('Hello'), ' ', I('World'));
</code></pre>
]]></content:encoded>
				</item>
</channel>
</rss>
