When generating XML from .unimod files, the order of
attributes changes randomly. This makes diffing files
very hard.
Example:
<transition sourceRef="..." targetRef="..."
event="...">
Previous version:
<transition event="..." sourceRef="..."
targetRef="...">
This leads to a large number of diffs of which only
few are actual diffs.
My email address is grnull@users.sourceforge.net
Logged In: NO
Not only attributes change randomly but also elements are printed in no particular order.
It's very hard to see diffs in *.inimod and *.xml files.
e-mail: sergeylapin@gmail.com