<?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: Sanitising HTML with C# and Tidy</title>
	<atom:link href="http://www.robertbeal.com/archives/37/feed" rel="self" type="application/rss+xml" />
	<link>http://www.robertbeal.com/archives/37</link>
	<description></description>
	<lastBuildDate>Wed, 10 Mar 2010 15:05:21 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Graeme</title>
		<link>http://www.robertbeal.com/archives/37/comment-page-1#comment-728</link>
		<dc:creator>Graeme</dc:creator>
		<pubDate>Fri, 03 Apr 2009 12:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertbeal.info/?p=37#comment-728</guid>
		<description>The one issue I found was that the Tidy parse was returning &quot;/r/n&quot;. After a bit of frustrution I realised I had to set the input stream back to the beginning:

input.Position = 0;</description>
		<content:encoded><![CDATA[<p>The one issue I found was that the Tidy parse was returning &#8220;/r/n&#8221;. After a bit of frustrution I realised I had to set the input stream back to the beginning:</p>
<p>input.Position = 0;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.robertbeal.com/archives/37/comment-page-1#comment-511</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Mon, 19 Jan 2009 10:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertbeal.info/?p=37#comment-511</guid>
		<description>In response to khalil, yeah it&#039;s C# 3.0 that it&#039;s written in. It wouldn&#039;t be hard to convert it to C# 2.0 though.

I&#039;ve updated the article, and attached the latest code to it, as there were a few strange bugs I found with Tidy.Net.</description>
		<content:encoded><![CDATA[<p>In response to khalil, yeah it&#8217;s C# 3.0 that it&#8217;s written in. It wouldn&#8217;t be hard to convert it to C# 2.0 though.</p>
<p>I&#8217;ve updated the article, and attached the latest code to it, as there were a few strange bugs I found with Tidy.Net.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khalil</title>
		<link>http://www.robertbeal.com/archives/37/comment-page-1#comment-510</link>
		<dc:creator>khalil</dc:creator>
		<pubDate>Sun, 18 Jan 2009 01:08:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertbeal.info/?p=37#comment-510</guid>
		<description>i cant get your code working. is it for c# 3.x ? im currently on 2.0</description>
		<content:encoded><![CDATA[<p>i cant get your code working. is it for c# 3.x ? im currently on 2.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ASP.Net BBCode (C#) &#171; This page intentionally left ugly</title>
		<link>http://www.robertbeal.com/archives/37/comment-page-1#comment-508</link>
		<dc:creator>ASP.Net BBCode (C#) &#171; This page intentionally left ugly</dc:creator>
		<pubDate>Wed, 14 Jan 2009 17:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertbeal.info/?p=37#comment-508</guid>
		<description>[...] Robert Beal, in particular has created a wonderful HtmlUtility class for C# 3.0+ that will only allow certain [...]</description>
		<content:encoded><![CDATA[<p>[...] Robert Beal, in particular has created a wonderful HtmlUtility class for C# 3.0+ that will only allow certain [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
