I just purchased Beyond Compare, thinking that it would do a better job of comparing XML files than WinDiff. I am still hoping this will eventually be the case, but right now it is doing a terrible job.
Here's what I am seeing:
XML does not recognize carriage returns. Ever. I am seeing this line:
<Description>This is a description</Description>
marked as a difference from:
<Description>
This is a description
</Description>
anyone who has ever worked on XML knows this. I read the other article on the grammar things, yes I have the following grammar elements marked as important (this are the OOTB settings, I assume):
String
Operator
Everything else
The following are not checked:
Comment
Leading whitespace
Embedded whitespace
Trailing whitespace
Character case
Maybe I need to update the grammar but I don't have experience with this. I will try removing Operator and see if that helps.
Here's what I am seeing:
XML does not recognize carriage returns. Ever. I am seeing this line:
<Description>This is a description</Description>
marked as a difference from:
<Description>
This is a description
</Description>
anyone who has ever worked on XML knows this. I read the other article on the grammar things, yes I have the following grammar elements marked as important (this are the OOTB settings, I assume):
String
Operator
Everything else
The following are not checked:
Comment
Leading whitespace
Embedded whitespace
Trailing whitespace
Character case
Maybe I need to update the grammar but I don't have experience with this. I will try removing Operator and see if that helps.
Comment