I have been evaluating the usage of the new DiffEngine - which is great by the way - but I've noticed some inconsistencies that I was hoping to get some help with.
Let's say my original value is: "<span>SOME TEXT</span>"
And my modified value is: "<span><strong>SOME TEXT</strong></span>"
(i.e. I bolded the text)
The DiffEngine will currently not register a difference between these two pieces of text. Is there a way to test for these types of differences with the DiffEngine? I tried playing around with the Parser object property on the DiffEngine, but was not able to figure out the solution. Any help would be highly appreciated....... thanks!
Let's say my original value is: "<span>SOME TEXT</span>"
And my modified value is: "<span><strong>SOME TEXT</strong></span>"
(i.e. I bolded the text)
The DiffEngine will currently not register a difference between these two pieces of text. Is there a way to test for these types of differences with the DiffEngine? I tried playing around with the Parser object property on the DiffEngine, but was not able to figure out the solution. Any help would be highly appreciated....... thanks!