<?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: IronRuby/RHTML based templates for .NET</title>
	<atom:link href="http://marcinobel.com/index.php/ironruby-rhtml-based-templates-for-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcinobel.com/index.php/ironruby-rhtml-based-templates-for-net/</link>
	<description>.NET, ASP.NET MVC, jQuery, Ruby, Ruby on Rails, Test Driven Development, Agile</description>
	<lastBuildDate>Tue, 27 Jul 2010 05:49:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcin Obel</title>
		<link>http://marcinobel.com/index.php/ironruby-rhtml-based-templates-for-net/comment-page-1/#comment-224</link>
		<dc:creator>Marcin Obel</dc:creator>
		<pubDate>Tue, 08 Dec 2009 07:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=225#comment-224</guid>
		<description>I know Spark view engine but it doesn&#039;t meet my needs. I would consider to use it in some ASP.NET MVC project but I require templates with something more than it is available in Spark. My project is not a web page and I am using templates to generate HTML reports.</description>
		<content:encoded><![CDATA[<p>I know Spark view engine but it doesn&#8217;t meet my needs. I would consider to use it in some ASP.NET MVC project but I require templates with something more than it is available in Spark. My project is not a web page and I am using templates to generate HTML reports.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Janssens</title>
		<link>http://marcinobel.com/index.php/ironruby-rhtml-based-templates-for-net/comment-page-1/#comment-223</link>
		<dc:creator>Tom Janssens</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=225#comment-223</guid>
		<description>Apparently the HTMLcodes aren&#039;t escaped; this is the second attempt ; 
&lt;html&gt;
    &lt;body&gt;
        &lt;h1&gt;Hi! My name is: ${model.FirstName} ${model.LastName} &lt;/h2&gt;
        I like:
        &lt;ul&gt;
             &lt;li each=&quot;var hobby in Model.Hobbies&quot;&gt;${hobby}&lt;/li&gt;
        &lt;/ul&gt;
        &lt;pre&gt;
            ${model.UglyJavaScript}
        &lt;/pre&gt;
        &lt;!-- Include the javascript unencoded --&gt;
        &lt;script type=&quot;text/javascript&quot;&gt;
        !{Model.UglyJavaScript}
        &lt;/script&gt;
    &lt;/body&gt;
&lt;/html&gt;</description>
		<content:encoded><![CDATA[<p>Apparently the HTMLcodes aren&#8217;t escaped; this is the second attempt ;<br />
&lt;html&gt;<br />
    &lt;body&gt;<br />
        &lt;h1&gt;Hi! My name is: ${model.FirstName} ${model.LastName} &lt;/h2&gt;<br />
        I like:<br />
        &lt;ul&gt;<br />
             &lt;li each=&quot;var hobby in Model.Hobbies&quot;&gt;${hobby}&lt;/li&gt;<br />
        &lt;/ul&gt;<br />
        &lt;pre&gt;<br />
            ${model.UglyJavaScript}<br />
        &lt;/pre&gt;<br />
        &lt;!&#8211; Include the javascript unencoded &#8211;&gt;<br />
        &lt;script type=&quot;text/javascript&quot;&gt;<br />
        !{Model.UglyJavaScript}<br />
        &lt;/script&gt;<br />
    &lt;/body&gt;<br />
&lt;/html&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Janssens</title>
		<link>http://marcinobel.com/index.php/ironruby-rhtml-based-templates-for-net/comment-page-1/#comment-222</link>
		<dc:creator>Tom Janssens</dc:creator>
		<pubDate>Mon, 07 Dec 2009 23:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://marcinobel.com/?p=225#comment-222</guid>
		<description>IMHO you should have taken a look at the spark viewengine (http://www.sparkviewengine.com/); it does everything you wanted, and a lot more (f.e. null handling, partial templates, ... ); this is your example :

    
        Hi! My name is: ${model.FirstName} ${model.LastName} 
        I like:
        
             ${hobby}
        
        
            ${model.UglyJavaScript}
        
        &lt;!-- Include the javascript unencoded --&gt;
        
        !{Model.UglyJavaScript}
        
    
</description>
		<content:encoded><![CDATA[<p>IMHO you should have taken a look at the spark viewengine (<a href="http://www.sparkviewengine.com/" rel="nofollow">http://www.sparkviewengine.com/</a>); it does everything you wanted, and a lot more (f.e. null handling, partial templates, &#8230; ); this is your example :</p>
<p>        Hi! My name is: ${model.FirstName} ${model.LastName}<br />
        I like:</p>
<p>             ${hobby}</p>
<p>            ${model.UglyJavaScript}</p>
<p>        <!-- Include the javascript unencoded --></p>
<p>        !{Model.UglyJavaScript}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
