I'm just opening a source.xlf
, setting a couple of strings to translated, and saving it as dest.xlf
, and it happens that the XMLs have lots of modifications:
- Tag attributes are written out a in different order, actually alphabetically.
- Tags such as
<note></note>
are written out as<note/>
<xliff version="1.2">
is written out in a new line.
Is there a way of telling Transolution not to do these modifications? Maybe using a schema?