Hello dear Rohland, Thank you for this project.
I understand, that this project is not ideal for difficult html, but I`m trying to improve it... :)
So, I found the way to add Block Expressions to find differences in the table rows by:
AddBlockExpression(new Regex(@"<tr(.|\n)*?>(.|\n)*?<\/tr>", RegexOptions.IgnoreCase | RegexOptions.Multiline));
But this code may to select several tr rows for diff.
Any decision to make it for each tr row separately?
Hello dear Rohland, Thank you for this project.
I understand, that this project is not ideal for difficult html, but I`m trying to improve it... :)
So, I found the way to add Block Expressions to find differences in the table rows by:
AddBlockExpression(new Regex(@"<tr(.|\n)*?>(.|\n)*?<\/tr>", RegexOptions.IgnoreCase | RegexOptions.Multiline));But this code may to select several tr rows for diff.
Any decision to make it for each tr row separately?