Several properties with same type values in TMX

Issue #224 on hold
Former user created an issue

Original issue 224 created by @ysavourel on 2012-05-02T19:27:47.000Z:

Some TMX files now have several properties with the same type value:

<tu ...>
...
<prop type="x-Context">0, 0</prop>
<prop type="x-Context">2032174, 2032174</prop>
<prop type="x-Context">2032205, 2032205</prop>
<prop type="x-Context">58179519984456, 58179519984456</prop>
<prop type="x-Context">58180406546977, 58180406964051</prop>
<prop type="x-Origin">TM</prop>

I'm not sure if we support this properly or not in the TMX filter.
We need to check that at some point.

Comments (3)

  1. Former user Account Deleted

    Comment [2.](https://code.google.com/p/okapi/issues/detail?id=224#c2) originally posted by @fliden on 2012-06-12T17:57:09.000Z:

    To clarify.

    In the TMX filter, currently the props and notes are read-only so re-writing works ok. The property is combined under one name so the above x-Content tags would result in one property:

    x-Context="0, 0, 2032174, 2032174, 2032205, 2032205, 58179519984456, 58179519984456, 58180406546977, 58180406964051"

    Until we actually do something with those properties it's probably not an issue.

  2. Jim Hargrave (OLD)

    Low priority. But it does appear that we still append properties of the same name. However we now handle notes in a list and do not combine them

  3. Log in to comment