they are basically xml files, but need their elements sorted so require some XSLT or something similar, they also come in a few different flavours.
Announcement
Collapse
No announcement yet.
Comparison of .NET .config files (eg web.config)
Collapse
X
-
If they need their attributes sorted, you can use XML Tidied:
Beyond Compare is a multi-platform utility that combines directory compare and file compare functions in one package. Use it to manage source code, keep directories in sync, compare program output, etc.
If they need their nodes sorted, you may need to define a custom configuration, like the one found here:
Beyond Compare is a multi-platform utility that combines directory compare and file compare functions in one package. Use it to manage source code, keep directories in sync, compare program output, etc.
Let us know if you have any questions.Aaron P Scooter Software
Comment