XLIFF Filter does not update state attribute

Issue #622 new
YvesS created an issue

The XLIFF Filter reads the target state attribute in the property Property.STATE, but it is read-only and cannot be updated.

We need to implement read-write support for several reasons:

  • The SDLXLIFF writer does update SDL-specific attributes related to state, but does not update state properly.
  • the OmegaT Filters plugin is waiting for read-write support to allow the state to be updated when working from OmegaT.
  • The state attribute is used more and more in processes, we simply need to be able to update it.

Comments (3)

  1. jhargrave-straker

    @YvesS I don’t see any place in the skeleton writers where Property.isReadOnly() is even used. But I did confirm that STATE is being updated and modified the STATE UNIT TEST to check for this.

  2. Log in to comment