<?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: The dojo parser.</title>
	<atom:link href="http://dojocampus.org/content/2008/03/08/the-dojo-parser/feed/" rel="self" type="application/rss+xml" />
	<link>http://dojocampus.org/content/2008/03/08/the-dojo-parser/</link>
	<description>The definitive resource for all things Dojo: past, present, future.</description>
	<pubDate>Tue, 06 Jan 2009 22:29:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: gtducati</title>
		<link>http://dojocampus.org/content/2008/03/08/the-dojo-parser/#comment-94</link>
		<dc:creator>gtducati</dc:creator>
		<pubDate>Fri, 18 Apr 2008 17:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=63#comment-94</guid>
		<description>Ah ... good, so I wasn't going crazy :)  Thanks!</description>
		<content:encoded><![CDATA[<p>Ah &#8230; good, so I wasn&#8217;t going crazy <img src='http://dojocampus.org/content/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dante</title>
		<link>http://dojocampus.org/content/2008/03/08/the-dojo-parser/#comment-93</link>
		<dc:creator>dante</dc:creator>
		<pubDate>Fri, 18 Apr 2008 17:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=63#comment-93</guid>
		<description>Actually, it looks like there is no node id="container" in the themeTester anymore ... which means dojo.byId("container") is returning null &#124;&#124; undefined, which means dojo.parser.parse() is being called without any arguments, thus parsing the entire body.  Sorry for the confusion.  I swear it did have and id="container" at one point ;)</description>
		<content:encoded><![CDATA[<p>Actually, it looks like there is no node id=&#8221;container&#8221; in the themeTester anymore &#8230; which means dojo.byId(&#8221;container&#8221;) is returning null || undefined, which means dojo.parser.parse() is being called without any arguments, thus parsing the entire body.  Sorry for the confusion.  I swear it did have and id=&#8221;container&#8221; at one point <img src='http://dojocampus.org/content/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gtducati</title>
		<link>http://dojocampus.org/content/2008/03/08/the-dojo-parser/#comment-92</link>
		<dc:creator>gtducati</dc:creator>
		<pubDate>Fri, 18 Apr 2008 17:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=63#comment-92</guid>
		<description>Hey dante, thanks for the quick response. To clarify, when I said everything, I meant everything in the document body. 

In any case, I was really just having problems with the statement "It scans the dom (or a portion of it) turning nodes with dojoType="" attributes into declared classes", I was confused about the use of dojoType="" in said quote.  I was assuming that the statement implied the parser was looking for 'empty' dojoType attributes, since the phrase  dojoType="" is used.  In fact, all it's really saying is that it scans the body for all nodes with a dojoType attribute with a qualified.class.name for rendering. So, yes, you did answer my question.

I do have another question; this one is in regards to the themeTester and its use of dojo.parser.parse('container') in the current 1.1.0 release.  What is this exactly looking for?  How is dojo.parser.parse('container') rendering the entire themeTester? Does 'container' imply the document body too? Am I missing something here? Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hey dante, thanks for the quick response. To clarify, when I said everything, I meant everything in the document body. </p>
<p>In any case, I was really just having problems with the statement &#8220;It scans the dom (or a portion of it) turning nodes with dojoType=&#8221;" attributes into declared classes&#8221;, I was confused about the use of dojoType=&#8221;" in said quote.  I was assuming that the statement implied the parser was looking for &#8216;empty&#8217; dojoType attributes, since the phrase  dojoType=&#8221;" is used.  In fact, all it&#8217;s really saying is that it scans the body for all nodes with a dojoType attribute with a qualified.class.name for rendering. So, yes, you did answer my question.</p>
<p>I do have another question; this one is in regards to the themeTester and its use of dojo.parser.parse(&#8217;container&#8217;) in the current 1.1.0 release.  What is this exactly looking for?  How is dojo.parser.parse(&#8217;container&#8217;) rendering the entire themeTester? Does &#8216;container&#8217; imply the document body too? Am I missing something here? Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dante</title>
		<link>http://dojocampus.org/content/2008/03/08/the-dojo-parser/#comment-91</link>
		<dc:creator>dante</dc:creator>
		<pubDate>Fri, 18 Apr 2008 15:15:16 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=63#comment-91</guid>
		<description>dojo.body() is everything?  You can't have markup outside of body, so when you call dojo.parser.parse() or dojo.parser.parse(dojo.body()) it's identical. or perhaps I'm missing your question.</description>
		<content:encoded><![CDATA[<p>dojo.body() is everything?  You can&#8217;t have markup outside of body, so when you call dojo.parser.parse() or dojo.parser.parse(dojo.body()) it&#8217;s identical. or perhaps I&#8217;m missing your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gtducati</title>
		<link>http://dojocampus.org/content/2008/03/08/the-dojo-parser/#comment-90</link>
		<dc:creator>gtducati</dc:creator>
		<pubDate>Fri, 18 Apr 2008 14:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=63#comment-90</guid>
		<description>I really like this cookie; however, there are two conflicting statements made concerning the call: dojo.parser.parse();

You first say that the document is scanned for all types of dojoType="". However, in the Dojo-Preloader example their is a comment that says "// run the parser. defaults to dojo.body()", which indicates that the call of "dojo.parser.parse();" is essentially scanning everything for rendering. Which is it?

I've tested this myself, and it seems that the latter is true.</description>
		<content:encoded><![CDATA[<p>I really like this cookie; however, there are two conflicting statements made concerning the call: dojo.parser.parse();</p>
<p>You first say that the document is scanned for all types of dojoType=&#8221;". However, in the Dojo-Preloader example their is a comment that says &#8220;// run the parser. defaults to dojo.body()&#8221;, which indicates that the call of &#8220;dojo.parser.parse();&#8221; is essentially scanning everything for rendering. Which is it?</p>
<p>I&#8217;ve tested this myself, and it seems that the latter is true.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
