<?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: C# HTML Diff Algorithm</title>
	<atom:link href="http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/</link>
	<description>Pushing buttons...</description>
	<lastBuildDate>Sat, 04 Feb 2012 08:29:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rohland</title>
		<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/comment-page-1/#comment-11230</link>
		<dc:creator>Rohland</dc:creator>
		<pubDate>Sat, 04 Feb 2012 08:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohland.co.za/?p=81#comment-11230</guid>
		<description>The issue with punctuation after words has been resolved. Please log any further issues here: https://github.com/Rohland/htmldiff.net/issues</description>
		<content:encoded><![CDATA[<p>The issue with punctuation after words has been resolved. Please log any further issues here: <a href="https://github.com/Rohland/htmldiff.net/issues" rel="nofollow">https://github.com/Rohland/htmldiff.net/issues</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VikasGoel</title>
		<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/comment-page-1/#comment-10992</link>
		<dc:creator>VikasGoel</dc:creator>
		<pubDate>Sun, 22 Jan 2012 14:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohland.co.za/?p=81#comment-10992</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-10991&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-10991&quot; rel=&quot;nofollow&quot;&gt;VikasGoel&lt;/a&gt; :&lt;/strong&gt;
          Hi,
I am facing problem in 2 cases.
Ex: We have a text string as
“This is our line.”
and now I add “new word” in upper line.
Ex: new line is “This is our line new word.” Then  it it not giving the correct result. It first create a overline on &quot;line&quot; and then create the “line new word”.

Second problem with comma(,). if i add any word before comma(,) word then it delete first and then create a new word.
Pls suggest me.
Thanks
         &lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-10991"><p>
<strong><a href="#comment-10991" rel="nofollow">VikasGoel</a> :</strong><br />
          Hi,<br />
I am facing problem in 2 cases.<br />
Ex: We have a text string as<br />
“This is our line.”<br />
and now I add “new word” in upper line.<br />
Ex: new line is “This is our line new word.” Then  it it not giving the correct result. It first create a overline on &#8220;line&#8221; and then create the “line new word”.</p>
<p>Second problem with comma(,). if i add any word before comma(,) word then it delete first and then create a new word.<br />
Pls suggest me.<br />
Thanks
         </p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: roboasimo</title>
		<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/comment-page-1/#comment-10940</link>
		<dc:creator>roboasimo</dc:creator>
		<pubDate>Thu, 19 Jan 2012 14:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohland.co.za/?p=81#comment-10940</guid>
		<description>Issue:  Project failed to preview  the except output.
observe the following scenario:

Base file:  
Abc

Modified file:
 abc

Output:
Abc10pt&quot;&gt;abc

10pt&quot;&gt;   should be not there.

This appear every place where Modified text is attached with tags.</description>
		<content:encoded><![CDATA[<p>Issue:  Project failed to preview  the except output.<br />
observe the following scenario:</p>
<p>Base file:<br />
Abc</p>
<p>Modified file:<br />
 abc</p>
<p>Output:<br />
Abc10pt&#8221;&gt;abc</p>
<p>10pt&#8221;&gt;   should be not there.</p>
<p>This appear every place where Modified text is attached with tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohland</title>
		<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/comment-page-1/#comment-9552</link>
		<dc:creator>Rohland</dc:creator>
		<pubDate>Tue, 22 Nov 2011 07:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohland.co.za/?p=81#comment-9552</guid>
		<description>I&#039;ve migrated the repository to GitHub. Please log any issues there.

https://github.com/Rohland/htmldiff.net

Cheers.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve migrated the repository to GitHub. Please log any issues there.</p>
<p><a href="https://github.com/Rohland/htmldiff.net" rel="nofollow">https://github.com/Rohland/htmldiff.net</a></p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GP</title>
		<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/comment-page-1/#comment-9261</link>
		<dc:creator>GP</dc:creator>
		<pubDate>Thu, 10 Nov 2011 10:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohland.co.za/?p=81#comment-9261</guid>
		<description>Hi Rohland,

I was wondering if you&#039;ve continued your work on this library. The version on CodePlex is dated Sat Oct 31 2009.

If you have worked on it I would appreciate if you could either send me an updated version or publish it.

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Rohland,</p>
<p>I was wondering if you&#8217;ve continued your work on this library. The version on CodePlex is dated Sat Oct 31 2009.</p>
<p>If you have worked on it I would appreciate if you could either send me an updated version or publish it.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/comment-page-1/#comment-9011</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 01 Nov 2011 19:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohland.co.za/?p=81#comment-9011</guid>
		<description>I have a table with 4 rows and 3 columns:

A1 B1 C1
A2 B2 C2
A3 B3 C3
A4 B4 C4

When you delete row 4 and add a column D, the cell in the new column that is located immediately before the deleted row gets placed in the deleted row.

A1 B1 C1 D1
A2 B2 C2 D2
A3 B3 C3
&lt;del&gt;A4&lt;/del&gt; &lt;del&gt;B4&lt;/del&gt; &lt;del&gt;C4&lt;/del&gt;D3

Any ideas on how to fix this?</description>
		<content:encoded><![CDATA[<p>I have a table with 4 rows and 3 columns:</p>
<p>A1 B1 C1<br />
A2 B2 C2<br />
A3 B3 C3<br />
A4 B4 C4</p>
<p>When you delete row 4 and add a column D, the cell in the new column that is located immediately before the deleted row gets placed in the deleted row.</p>
<p>A1 B1 C1 D1<br />
A2 B2 C2 D2<br />
A3 B3 C3<br />
<del>A4</del> <del>B4</del> <del>C4</del>D3</p>
<p>Any ideas on how to fix this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sdafasdf</title>
		<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/comment-page-1/#comment-7315</link>
		<dc:creator>sdafasdf</dc:creator>
		<pubDate>Thu, 04 Aug 2011 08:01:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohland.co.za/?p=81#comment-7315</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-143&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-143&quot; rel=&quot;nofollow&quot;&gt;Rohland&lt;/a&gt; :&lt;/strong&gt;
          &lt;blockquote cite=&quot;#commentbody-141&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-141&quot; rel=&quot;nofollow&quot;&gt;Jason&lt;/a&gt; :&lt;/strong&gt;
Hi Rohland: Thanks for the great library. Is there any way that your solution could be ported to .Net 2 (ie without Linq)?
&lt;/blockquote&gt;
It shouldn’t take too long. Not much of what is there really relies on Linq. If you download the source code you should be able to convert it pretty easily. For the cases where anonymous delegates are used, I would suggest replacing the anonymous delegate calls with custom delegates.
         &lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-143"><p>
<strong><a href="#comment-143" rel="nofollow">Rohland</a> :</strong></p>
<blockquote cite="#commentbody-141"><p>
<strong><a href="#comment-141" rel="nofollow">Jason</a> :</strong><br />
Hi Rohland: Thanks for the great library. Is there any way that your solution could be ported to .Net 2 (ie without Linq)?
</p></blockquote>
<p>It shouldn’t take too long. Not much of what is there really relies on Linq. If you download the source code you should be able to convert it pretty easily. For the cases where anonymous delegates are used, I would suggest replacing the anonymous delegate calls with custom delegates.
         </p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: tats</title>
		<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/comment-page-1/#comment-4069</link>
		<dc:creator>tats</dc:creator>
		<pubDate>Wed, 15 Sep 2010 11:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohland.co.za/?p=81#comment-4069</guid>
		<description>How to highlight url link change if only href=&quot;&quot; value is changed? :(</description>
		<content:encoded><![CDATA[<p>How to highlight url link change if only href=&#8221;" value is changed? <img src='http://www.rohland.co.za/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tats</title>
		<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/comment-page-1/#comment-3990</link>
		<dc:creator>tats</dc:creator>
		<pubDate>Tue, 24 Aug 2010 12:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohland.co.za/?p=81#comment-3990</guid>
		<description>Hi,

&lt;b&gt;Please leave above two queries &lt;/b&gt;

Can you please help, it is not closing one &lt;ins&gt; tag. So it is highlighting everything which comes after that.

Old Text = On this website. This is a commercial company.

New Text = &lt;i&gt;On this website. New line added.&lt;/i&gt; This is a commercial company.

Output = &lt;i&gt;&lt;ins class=&#039;mod&#039;&gt;On this website.&lt;ins class=&#039;diffins&#039;&gt; New line added.&lt;/ins&gt;&lt;/i&gt; This is a commercial company.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p><b>Please leave above two queries </b></p>
<p>Can you please help, it is not closing one &lt;ins&gt; tag. So it is highlighting everything which comes after that.</p>
<p>Old Text = On this website. This is a commercial company.</p>
<p>New Text = &lt;i&gt;On this website. New line added.&lt;/i&gt; This is a commercial company.</p>
<p>Output = &lt;i&gt;&lt;ins class=&#8217;mod&#8217;&gt;On this website.&lt;ins class=&#8217;diffins&#8217;&gt; New line added.&lt;/ins&gt;&lt;/i&gt; This is a commercial company.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tats</title>
		<link>http://www.rohland.co.za/index.php/2009/10/31/csharp-html-diff-algorithm/comment-page-1/#comment-3988</link>
		<dc:creator>tats</dc:creator>
		<pubDate>Tue, 24 Aug 2010 05:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.rohland.co.za/?p=81#comment-3988</guid>
		<description>Can you please help, it is not closing one &lt;ins&gt; tag. So it is highlighting everything which comes after that.

Old Text = On this website. This is a commercial company.

New Text = &lt;span style=&#039;style:italic&#039;&gt;On this website endtext.&lt;/span&gt; This is a commercial company.

Output = &lt;span style=&#039;style:italic&#039;&gt;&lt;ins class=&#039;mod&#039;&gt;On this &lt;del class=&#039;diffmod&#039;&gt;website.&lt;/del&gt;&lt;ins 

class=&#039;diffmod&#039;&gt;website endtext.&lt;/ins&gt;&lt;/span&gt; This is a commercial company.

Thanks</description>
		<content:encoded><![CDATA[<p>Can you please help, it is not closing one &lt;ins&gt; tag. So it is highlighting everything which comes after that.</p>
<p>Old Text = On this website. This is a commercial company.</p>
<p>New Text = &lt;span style=&#8217;style:italic&#8217;&gt;On this website endtext.&lt;/span&gt; This is a commercial company.</p>
<p>Output = &lt;span style=&#8217;style:italic&#8217;&gt;&lt;ins class=&#8217;mod&#8217;&gt;On this &lt;del class=&#8217;diffmod&#8217;&gt;website.&lt;/del&gt;&lt;ins </p>
<p>class=&#8217;diffmod&#8217;&gt;website endtext.&lt;/ins&gt;&lt;/span&gt; This is a commercial company.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

