<?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: Creating an HTML document with .NET</title>
	<atom:link href="http://cdmckay.org/blog/2009/02/01/creating-an-html-document-with-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdmckay.org/blog/2009/02/01/creating-an-html-document-with-net/</link>
	<description>Programming and Game Development</description>
	<lastBuildDate>Mon, 02 Apr 2012 20:01:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: anon_anon</title>
		<link>http://cdmckay.org/blog/2009/02/01/creating-an-html-document-with-net/comment-page-1/#comment-407</link>
		<dc:creator>anon_anon</dc:creator>
		<pubDate>Tue, 24 Nov 2009 21:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://couchware.ca/blogs/cam/?p=43#comment-407</guid>
		<description>VTD-XML is 10x faster and 5x more memory efficient than JDOM
or DOM4J

&lt;a href=&quot;http://vtd-xml.sf.net&quot; rel=&quot;nofollow&quot;&gt;http://vtd-xml.sf.net&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>VTD-XML is 10x faster and 5x more memory efficient than JDOM<br />
or DOM4J</p>
<p><a href="http://vtd-xml.sf.net" >http://vtd-xml.sf.net</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cam</title>
		<link>http://cdmckay.org/blog/2009/02/01/creating-an-html-document-with-net/comment-page-1/#comment-7</link>
		<dc:creator>cam</dc:creator>
		<pubDate>Mon, 02 Feb 2009 02:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://couchware.ca/blogs/cam/?p=43#comment-7</guid>
		<description>&lt;a href=&quot;#comment-4&quot; rel=&quot;nofollow&quot;&gt;@kev&lt;/a&gt; 
Yeah, I&#039;ll probably make another post talking about how much better JDOM is compared to the .NET API.</description>
		<content:encoded><![CDATA[<p><a href="#comment-4" >@kev</a><br />
Yeah, I&#8217;ll probably make another post talking about how much better JDOM is compared to the .NET API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cam</title>
		<link>http://cdmckay.org/blog/2009/02/01/creating-an-html-document-with-net/comment-page-1/#comment-6</link>
		<dc:creator>cam</dc:creator>
		<pubDate>Mon, 02 Feb 2009 01:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://couchware.ca/blogs/cam/?p=43#comment-6</guid>
		<description>&lt;a href=&quot;#comment-5&quot; rel=&quot;nofollow&quot;&gt;@Paul Schofield&lt;/a&gt; 
I&#039;m planning on making a jQuery post in the future.  That shit is just too good not to plug.</description>
		<content:encoded><![CDATA[<p><a href="#comment-5" >@Paul Schofield</a><br />
I&#8217;m planning on making a jQuery post in the future.  That shit is just too good not to plug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Schofield</title>
		<link>http://cdmckay.org/blog/2009/02/01/creating-an-html-document-with-net/comment-page-1/#comment-5</link>
		<dc:creator>Paul Schofield</dc:creator>
		<pubDate>Sun, 01 Feb 2009 22:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://couchware.ca/blogs/cam/?p=43#comment-5</guid>
		<description>You had me at gear down sugar plum. I&#039;m surprised Kevin didn&#039;t try to plug JQuery. I think that the threat of not generating well formed HTML should be reason enough not to use string concatenation.</description>
		<content:encoded><![CDATA[<p>You had me at gear down sugar plum. I&#8217;m surprised Kevin didn&#8217;t try to plug JQuery. I think that the threat of not generating well formed HTML should be reason enough not to use string concatenation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kev</title>
		<link>http://cdmckay.org/blog/2009/02/01/creating-an-html-document-with-net/comment-page-1/#comment-4</link>
		<dc:creator>kev</dc:creator>
		<pubDate>Sun, 01 Feb 2009 17:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://couchware.ca/blogs/cam/?p=43#comment-4</guid>
		<description>Just as a note, Java servelets use the same type of structure to write out HTML. They use the printwriter &quot;out&quot; and statements like out.println(HTML in here); So an approach like this using DOM or JDOM might be good as well.

Although no one uses strictly servlets anymore (other than the company i&#039;m currently working for ;)) and java has largely fixed this problem with the introduction of JSP&#039;s.</description>
		<content:encoded><![CDATA[<p>Just as a note, Java servelets use the same type of structure to write out HTML. They use the printwriter &#8220;out&#8221; and statements like out.println(HTML in here); So an approach like this using DOM or JDOM might be good as well.</p>
<p>Although no one uses strictly servlets anymore (other than the company i&#8217;m currently working for <img src='http://cdmckay.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ) and java has largely fixed this problem with the introduction of JSP&#8217;s.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

