Here's how to ignore text differences in files in the Folder Compare:

  1. Load two folders in Beyond Compare's Folder Compare.
  2. Double click to view a pair of XML files in the Text Compare.
  3. Click the Rules toolbar button (referee icon).
  4. Click Edit Grammar.
  5. Click New.
  6. Name it MyElement.
  7. Select Delimited as the category.
  8. Text from: <myElement> to: </myElement>.
  9. Click OK.
  10. Click OK.
  11. Uncheck myElement to make it unimportant.
  12. Change the dropdown at the bottom of the dialog from Use for this view only to Use for all files within parent session or Update session defaults.
  13. Close the Text Compare tab.
  14. In the Folder Compare, click the Rules toolbar button (referee icon).
  15. Check Compare Contents and select Rules-based comparison.
  16. Click OK.
  17. Make sure View > Ignore Unimportant Differences is turned on.

The default settings in the Folder Compare use file size and modified date for comparison. Rules-based comparison uses the same content comparison method as double clicking to view file contents.

See also the article Define Unimportant Text in Beyond Compare. It describes ignoring differences when viewing a pair of files in the Text Compare.

Answer from Chris Kennedy on Stack Overflow
🌐
Scooter Forums
forum.scootersoftware.com › home › beyond compare 4 discussion › general
XML comparison - Scooter Forums
I had some questions about comparing XML in Beyond Compare. Is there an option to pretty-print/format the XML first, and then compare it? The XML I have comes in a giant blob with no newlines or formatting. I am looking for the actual differences between these, and I know that the structure ...
🌐
The Wiert Corner
wiert.me › 2019 › 12 › 20 › offline-xml-pretty-print
Offline XML Pretty Print
February 8, 2019 - So I went searching, especially for a solution that would be available for both nx based platforms (Linux/Mac OS X/etc) and Windows which got me a few options in [WayBack] unix – How to pretty print XML from the command line? – Stack Overflow. I found [WayBack] tidy to be more practical than [WayBack] xmllint as tidy would split more lines which made it easier for Beyond Compare (that is very much cross platform!) to spot and show the differences.
🌐
Tales from the Evil Empire
weblogs.asp.net › lorenh › comparing-xml-files-with-beyond-compare-3-brilliant
Loren Halvorson's Blog - Comparing XML Files with Beyond Compare 3...Brilliant
A couple of other features in Beyond Compare that I've come to rely on over the years: Beyond Compare has great "low-friction" integration with Windows Explorer. For example to compare two files, you just right click on one file and choose "Select Left Side For Compare", then right click on the other file and say "Compare to {file...}".
🌐
What the Daily WTF?
what.thedailywtf.com › home › categories › coding help › xml diff?
XML Diff? - What the Daily WTF?
July 6, 2016 - Windiff or similar would be fine if the XML wasn't all on one damn line, but was pretty-printed.
Find elsewhere