We are currently using the 3.5 version of Vault. The majority of our current work is with XML files.
I've checked the inbuilt diff / merge and it doesn't recognise XML formatted files - and the latest version of DiffMerge 3.0 (used in Vault 4.0) doesn't contain a ruleset for XML.
Questions:
1. Are there any plans to release an XML ruleset for DiffMerge?
2. Any suggestions for a reliable Diff / merge tool with XML in the meantime?
Thanks,
John
Make Vault XML aware
Moderator: SourceGear
When working with XML files you can't simply treat them as text files - for example:
The order of XML attributes is irrelevant because XML processors do not consider the sequence that attributes appear in for a particular element.A utility without XML-aware capabilities will report every change in attribute ordering.
There are many other situations that arise during XML development that require an XML-aware differencing / merging utility.
The order of XML attributes is irrelevant because XML processors do not consider the sequence that attributes appear in for a particular element.A utility without XML-aware capabilities will report every change in attribute ordering.
There are many other situations that arise during XML development that require an XML-aware differencing / merging utility.