<?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: ASP.NET MVC XSLT IViewEngine</title>
	<atom:link href="http://www.bleevo.com/2009/06/aspnet-mvc-xslt-iviewengine/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bleevo.com/2009/06/aspnet-mvc-xslt-iviewengine/</link>
	<description>Software, Business &#38; Life</description>
	<lastBuildDate>Tue, 20 Apr 2010 20:11:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Matt Ross</title>
		<link>http://www.bleevo.com/2009/06/aspnet-mvc-xslt-iviewengine/comment-page-1/#comment-1825</link>
		<dc:creator>Matt Ross</dc:creator>
		<pubDate>Wed, 12 Aug 2009 21:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.bleevo.com/?p=123#comment-1825</guid>
		<description>... of course, Steven Sanderson describes exactly this in his book :) (page 358)</description>
		<content:encoded><![CDATA[<p>&#8230; of course, Steven Sanderson describes exactly this in his book <img src='http://www.bleevo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (page 358)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Ross</title>
		<link>http://www.bleevo.com/2009/06/aspnet-mvc-xslt-iviewengine/comment-page-1/#comment-1824</link>
		<dc:creator>Matt Ross</dc:creator>
		<pubDate>Wed, 12 Aug 2009 21:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bleevo.com/?p=123#comment-1824</guid>
		<description>I would just like to second Odhran&#039;s comment about XSLT being better. I think the current &quot;bee-sting&quot; views are so messy and XSL is much more elegant and is IMO the natural choice for Views in MVC.
Great to see others exploring this route.</description>
		<content:encoded><![CDATA[<p>I would just like to second Odhran&#8217;s comment about XSLT being better. I think the current &#8220;bee-sting&#8221; views are so messy and XSL is much more elegant and is IMO the natural choice for Views in MVC.<br />
Great to see others exploring this route.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Odhran McConnell</title>
		<link>http://www.bleevo.com/2009/06/aspnet-mvc-xslt-iviewengine/comment-page-1/#comment-1798</link>
		<dc:creator>Odhran McConnell</dc:creator>
		<pubDate>Fri, 12 Jun 2009 11:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.bleevo.com/?p=123#comment-1798</guid>
		<description>Ah, ignore my previous post ... System.Web.Abstractions was needed too. :)

Cheers!</description>
		<content:encoded><![CDATA[<p>Ah, ignore my previous post &#8230; System.Web.Abstractions was needed too. <img src='http://www.bleevo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Odhran McConnell</title>
		<link>http://www.bleevo.com/2009/06/aspnet-mvc-xslt-iviewengine/comment-page-1/#comment-1797</link>
		<dc:creator>Odhran McConnell</dc:creator>
		<pubDate>Fri, 12 Jun 2009 11:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.bleevo.com/?p=123#comment-1797</guid>
		<description>I like the idea and want to make use of it, simply because I think Xslt is a much better templating language than the Microsoft MVC views (in their current state). 

Unfortunately, I&#039;m having some issues with implementation. I&#039;m trying to put these classes into a separate DLL. I&#039;ve referenced System.Web.Mvc, System.Xml.Serialization and System.Xml. The project isn&#039;t being built on this line:

viewContext.HttpContext.Response.ContentType = &quot;text/xml&quot;;

It&#039;s telling me that Response isn&#039;t a part of HttpContextBase (i.e. ViewContext.HttpContext). The same happens where it tries to get viewContext.HttpContext.Server. What am I missing?

Thanks.

Odhran.</description>
		<content:encoded><![CDATA[<p>I like the idea and want to make use of it, simply because I think Xslt is a much better templating language than the Microsoft MVC views (in their current state). </p>
<p>Unfortunately, I&#8217;m having some issues with implementation. I&#8217;m trying to put these classes into a separate DLL. I&#8217;ve referenced System.Web.Mvc, System.Xml.Serialization and System.Xml. The project isn&#8217;t being built on this line:</p>
<p>viewContext.HttpContext.Response.ContentType = &#8220;text/xml&#8221;;</p>
<p>It&#8217;s telling me that Response isn&#8217;t a part of HttpContextBase (i.e. ViewContext.HttpContext). The same happens where it tries to get viewContext.HttpContext.Server. What am I missing?</p>
<p>Thanks.</p>
<p>Odhran.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Cole</title>
		<link>http://www.bleevo.com/2009/06/aspnet-mvc-xslt-iviewengine/comment-page-1/#comment-1795</link>
		<dc:creator>Daniel Cole</dc:creator>
		<pubDate>Thu, 04 Jun 2009 00:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.bleevo.com/?p=123#comment-1795</guid>
		<description>Interesting idea. this could be useful.</description>
		<content:encoded><![CDATA[<p>Interesting idea. this could be useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Hampson</title>
		<link>http://www.bleevo.com/2009/06/aspnet-mvc-xslt-iviewengine/comment-page-1/#comment-1794</link>
		<dc:creator>Chris Hampson</dc:creator>
		<pubDate>Wed, 03 Jun 2009 07:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.bleevo.com/?p=123#comment-1794</guid>
		<description>It does, try it out.</description>
		<content:encoded><![CDATA[<p>It does, try it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Concerned Citizen</title>
		<link>http://www.bleevo.com/2009/06/aspnet-mvc-xslt-iviewengine/comment-page-1/#comment-1793</link>
		<dc:creator>Concerned Citizen</dc:creator>
		<pubDate>Wed, 03 Jun 2009 06:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.bleevo.com/?p=123#comment-1793</guid>
		<description>I don&#039;t think that would work.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think that would work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
