<?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: MJT: JavaScript Templating Library</title>
	<atom:link href="http://ajaxian.com/archives/mjt-javascript-templating-library/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/mjt-javascript-templating-library</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rizqi Ahmad</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249112</link>
		<dc:creator>Rizqi Ahmad</dc:creator>
		<pubDate>Sat, 07 Apr 2007 07:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249112</guid>
		<description>how can I make a link??? http://zparse.net.tc</description>
		<content:encoded><![CDATA[<p>how can I make a link??? <a href="http://zparse.net.tc" rel="nofollow">http://zparse.net.tc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizqi Ahmad</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249111</link>
		<dc:creator>Rizqi Ahmad</dc:creator>
		<pubDate>Sat, 07 Apr 2007 07:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249111</guid>
		<description>I just released my try on javascript templating. please try this:  zparse</description>
		<content:encoded><![CDATA[<p>I just released my try on javascript templating. please try this:  zparse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Crowther</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249080</link>
		<dc:creator>Jason Crowther</dc:creator>
		<pubDate>Fri, 06 Apr 2007 10:46:33 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249080</guid>
		<description>For those stuck in the dark ages of perl, jemplate (http://search.cpan.org/~ingy/Jemplate-0.20/lib/Jemplate.pm) is an interesting option;  Especially, if you already use the perl template toolkit, since it uses the same template syntax.</description>
		<content:encoded><![CDATA[<p>For those stuck in the dark ages of perl, jemplate (<a href="http://search.cpan.org/~ingy/Jemplate-0.20/lib/Jemplate.pm" rel="nofollow">http://search.cpan.org/~ingy/Jemplate-0.20/lib/Jemplate.pm</a>) is an interesting option;  Especially, if you already use the perl template toolkit, since it uses the same template syntax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wezzy</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249074</link>
		<dc:creator>wezzy</dc:creator>
		<pubDate>Fri, 06 Apr 2007 03:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249074</guid>
		<description>Here you can find another javascript template library, give it a try &lt;a href=&#039;http://jstemplate.sourceforge.net/&#039; rel=&quot;nofollow&quot;&gt;jstemplate&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here you can find another javascript template library, give it a try <a href='http://jstemplate.sourceforge.net/' rel="nofollow">jstemplate</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carmen</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249072</link>
		<dc:creator>carmen</dc:creator>
		<pubDate>Fri, 06 Apr 2007 00:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249072</guid>
		<description>there isnt overlap? as far as i can tell both of them are mini-procedural languages embeddable in custom DOM element attributenames/elementnames. theres a million of these templating languages. this one is neat since its built for JSON instead of XML, but otherwise, its still a subset of javascript hacked into custom attrs - unless you really need to let dreamweaver users edit the templates.

im finding it hard to find good documentation on E4X, but i think its the same idea, only you get the full language, instead of wahtever functions the author decided to expose into the mjt attr-&gt;func space?</description>
		<content:encoded><![CDATA[<p>there isnt overlap? as far as i can tell both of them are mini-procedural languages embeddable in custom DOM element attributenames/elementnames. theres a million of these templating languages. this one is neat since its built for JSON instead of XML, but otherwise, its still a subset of javascript hacked into custom attrs &#8211; unless you really need to let dreamweaver users edit the templates.</p>
<p>im finding it hard to find good documentation on E4X, but i think its the same idea, only you get the full language, instead of wahtever functions the author decided to expose into the mjt attr-&gt;func space?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Hoang Le</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249069</link>
		<dc:creator>Kevin Hoang Le</dc:creator>
		<pubDate>Thu, 05 Apr 2007 23:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249069</guid>
		<description>There&#039;s NO overlap in functionality between this and XSLT.  However, like several people pointed out earlier, both and TrimPath offer pretty much the same functionality.  This has ideal usage when you don&#039;t like either innerHTML or DOM manipulation.

The only problem, as also seen with TrimPath, is because of the ${..} syntax, this will collide with the Stripes framework (for those of us who speak Java and prefer Stripes over Struts).</description>
		<content:encoded><![CDATA[<p>There&#8217;s NO overlap in functionality between this and XSLT.  However, like several people pointed out earlier, both and TrimPath offer pretty much the same functionality.  This has ideal usage when you don&#8217;t like either innerHTML or DOM manipulation.</p>
<p>The only problem, as also seen with TrimPath, is because of the ${..} syntax, this will collide with the Stripes framework (for those of us who speak Java and prefer Stripes over Struts).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dizzle</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249068</link>
		<dc:creator>dizzle</dc:creator>
		<pubDate>Thu, 05 Apr 2007 23:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249068</guid>
		<description>they already invented a technology just for this... XSLT</description>
		<content:encoded><![CDATA[<p>they already invented a technology just for this&#8230; XSLT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Reischl</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249059</link>
		<dc:creator>Brian Reischl</dc:creator>
		<pubDate>Thu, 05 Apr 2007 19:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249059</guid>
		<description>Just from a brief look, it seems very similar to TrimPath Javascript Templates. Looks like MJT is closer to being valid markup, which is kinda nice. It also has some Ajax built in, which may be nice or a waste depending on your situation.</description>
		<content:encoded><![CDATA[<p>Just from a brief look, it seems very similar to TrimPath Javascript Templates. Looks like MJT is closer to being valid markup, which is kinda nice. It also has some Ajax built in, which may be nice or a waste depending on your situation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liming Xu</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249056</link>
		<dc:creator>Liming Xu</dc:creator>
		<pubDate>Thu, 05 Apr 2007 19:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249056</guid>
		<description>I like the idea of templated language espeically if I can fix in the Ajax stuff.. it&#039;s similar to JSTL in Java. 

It will definitly help in lots of Ajax scenarios, however, if UI components like yahoo UI and what not can provide support for it, then it will truely take off.. that&#039;s my perosnal opinion. 

For example, i sure can use the template to gerneate a table, but what if i need sorting on the table, resize, drag and drop, etc.. it will be nice if a UI grid provides support for it.</description>
		<content:encoded><![CDATA[<p>I like the idea of templated language espeically if I can fix in the Ajax stuff.. it&#8217;s similar to JSTL in Java. </p>
<p>It will definitly help in lots of Ajax scenarios, however, if UI components like yahoo UI and what not can provide support for it, then it will truely take off.. that&#8217;s my perosnal opinion. </p>
<p>For example, i sure can use the template to gerneate a table, but what if i need sorting on the table, resize, drag and drop, etc.. it will be nice if a UI grid provides support for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Lightbody</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249050</link>
		<dc:creator>Patrick Lightbody</dc:creator>
		<pubDate>Thu, 05 Apr 2007 16:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249050</guid>
		<description>I&#039;ve been using TrimPath&#039;s template library and it has worked out nicely. Can anyone describe what is different about this one? Speed? Language? etc?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using TrimPath&#8217;s template library and it has worked out nicely. Can anyone describe what is different about this one? Speed? Language? etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mikael bergkvist</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249047</link>
		<dc:creator>mikael bergkvist</dc:creator>
		<pubDate>Thu, 05 Apr 2007 15:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249047</guid>
		<description>This is another take on this. http://www.xindesk.com/jtemplate/default.asp

The main points is speed and freely mixing javascript with html.</description>
		<content:encoded><![CDATA[<p>This is another take on this. <a href="http://www.xindesk.com/jtemplate/default.asp" rel="nofollow">http://www.xindesk.com/jtemplate/default.asp</a></p>
<p>The main points is speed and freely mixing javascript with html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizqi Ahmad</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249045</link>
		<dc:creator>Rizqi Ahmad</dc:creator>
		<pubDate>Thu, 05 Apr 2007 14:22:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249045</guid>
		<description>Damn, I am also about to release a templating library :(</description>
		<content:encoded><![CDATA[<p>Damn, I am also about to release a templating library :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan G. Switzer, II</title>
		<link>http://ajaxian.com/archives/mjt-javascript-templating-library/comment-page-1#comment-249039</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Thu, 05 Apr 2007 13:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=2286#comment-249039</guid>
		<description>I&#039;m not a big fan of template markup that use this structure, because they generated invalid markup. It&#039;s the main reason I&#039;m not a big fan of Adobe&#039;s Spry project.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not a big fan of template markup that use this structure, because they generated invalid markup. It&#8217;s the main reason I&#8217;m not a big fan of Adobe&#8217;s Spry project.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

