XML attributes order

Issue #25 new
Former user created an issue

Steps to reproduce

Translate an xml file containing the following line using OmegaT:

<para z="first" a="last">abcdefg</para>

Expected result

Same attribute order as in the source file.

Actual result

Attributes are sorted alphabetically.

<para a="last" z="first">abcdefg</para>

Environment

okapiFiltersForOmegaT-1.6-m38 OmegaT-5.1.0 (54fc30ee) Windows 10 1803 x64

Comments (0)

  1. Log in to comment