<?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"
	>
<channel>
	<title>Comments on: MochiKit by Example</title>
	<atom:link href="http://bob.pythonmac.org/archives/2007/03/30/mochikit-by-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://bob.pythonmac.org/archives/2007/03/30/mochikit-by-example/</link>
	<description>Bob's Rants</description>
	<pubDate>Fri, 05 Sep 2008 21:31:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: bob</title>
		<link>http://bob.pythonmac.org/archives/2007/03/30/mochikit-by-example/#comment-9491</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 31 Mar 2007 21:24:28 +0000</pubDate>
		<guid isPermaLink="false">http://bob.pythonmac.org/archives/2007/03/30/mochikit-by-example/#comment-9491</guid>
		<description>That's not something you use in production. In production you use a single-file packed distribution or individually include specific files. MochiKit.js is a convenience, all it does is dynamically and synchronously load MochiKit.</description>
		<content:encoded><![CDATA[<p>That&#8217;s not something you use in production. In production you use a single-file packed distribution or individually include specific files. MochiKit.js is a convenience, all it does is dynamically and synchronously load MochiKit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques Distler</title>
		<link>http://bob.pythonmac.org/archives/2007/03/30/mochikit-by-example/#comment-9489</link>
		<dc:creator>Jacques Distler</dc:creator>
		<pubDate>Sat, 31 Mar 2007 18:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://bob.pythonmac.org/archives/2007/03/30/mochikit-by-example/#comment-9489</guid>
		<description>Umh... well, at the &lt;strong&gt;very least&lt;/strong&gt;, one runs across things like

&lt;blockquote&gt;// HTML
/*
  DOM can not be used here because Safari does
  deferred loading of scripts unless they are
  in the document or inserted with document.write
  This is not XHTML compliant.  If you want XHTML
  compliance then you must use the packed version of MochiKit
  or include each script individually (basically unroll
  these document.write calls into your XHTML source)
*/
document.write( ...&lt;/blockquote&gt;

I'm guessing there are other gotchas I should be aware of ...</description>
		<content:encoded><![CDATA[<p>Umh&#8230; well, at the <strong>very least</strong>, one runs across things like</p>
<blockquote><p>// HTML<br />
/*<br />
  DOM can not be used here because Safari does<br />
  deferred loading of scripts unless they are<br />
  in the document or inserted with document.write<br />
  This is not XHTML compliant.  If you want XHTML<br />
  compliance then you must use the packed version of MochiKit<br />
  or include each script individually (basically unroll<br />
  these document.write calls into your XHTML source)<br />
*/<br />
document.write( &#8230;</p></blockquote>
<p>I&#8217;m guessing there are other gotchas I should be aware of &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://bob.pythonmac.org/archives/2007/03/30/mochikit-by-example/#comment-9488</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Sat, 31 Mar 2007 15:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://bob.pythonmac.org/archives/2007/03/30/mochikit-by-example/#comment-9488</guid>
		<description>All of it should in XHTML mode. Nearly all of it worked before that patch.</description>
		<content:encoded><![CDATA[<p>All of it should in XHTML mode. Nearly all of it worked before that patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques Distler</title>
		<link>http://bob.pythonmac.org/archives/2007/03/30/mochikit-by-example/#comment-9383</link>
		<dc:creator>Jacques Distler</dc:creator>
		<pubDate>Sat, 31 Mar 2007 03:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://bob.pythonmac.org/archives/2007/03/30/mochikit-by-example/#comment-9383</guid>
		<description>Sorry if this is only peripherally on-topic.

Does MochiKit work in "real" XHTML (XHTML served as "application/xhtml+xml")?

The only mention I was able to find was

&lt;blockquote&gt;# Better XHTML compatibility (removed obvious cases where uppercase tagName or nodeName was assumed)&lt;/blockquote&gt;

which is, shall we say, not exactly confidence-inspiring.

Has it been tested with Mozilla/Opera/Safari under application/xhtml+xml ? What works, and what doesn't?</description>
		<content:encoded><![CDATA[<p>Sorry if this is only peripherally on-topic.</p>
<p>Does MochiKit work in &#8220;real&#8221; XHTML (XHTML served as &#8220;application/xhtml+xml&#8221;)?</p>
<p>The only mention I was able to find was</p>
<blockquote><p># Better XHTML compatibility (removed obvious cases where uppercase tagName or nodeName was assumed)</p></blockquote>
<p>which is, shall we say, not exactly confidence-inspiring.</p>
<p>Has it been tested with Mozilla/Opera/Safari under application/xhtml+xml ? What works, and what doesn&#8217;t?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
