XML object group export - different order of elements

Good day.

When I export a Group of objects as XML on different PCs / applications, the resulting XML file has the <tResource_GroupTxt> elements sorted differently, which then causes problems in the versioning tools, e.g. Gite:

<tResource_GroupTxt>

  •  <ID_RESOURCE>S.L2a_PartProgram_ProgramMatrixGraphOne</ID_RESOURCE>
    
  •  <ID_RESOURCE>S.L2a_PartProgram_ProgramMatrixGraphAll</ID_RESOURCE>
     <Single_Member>False</Single_Member>
    
    </tResource_GroupTxt>
    <tResource_GroupTxt>
  •  <ID_RESOURCE>S.L2a_PartProgram_ProgramMatrixGraphAll</ID_RESOURCE>
    
  •  <ID_RESOURCE>S.L2a_PartProgram_ProgramMatrixGraphOne</ID_RESOURCE>
     <Single_Member>False</Single_Member>
    
    </tResource_GroupTxt>
    I don’t know what sorts it, if it depends on some local application settings or it’s a bug.

Good day.

The sorting of records was not a target when implementing XML Export. This is not a mistake.

Your descripted process is, I approval, unpleasant and that´s why I evidence like suggestion for improvement to the internal development of D2000.