microsoft / XLIFF2-Object-Model

If you’re looking to store localization data and propagate it through your localization pipeline allowing tools to interoperate then you may want to use the XLIFF 2.0 object model. The XLIFF 2.0 object model implements the OASIS Standard for the XLIFF 2.0 specification as defined at http://docs.oasis-open.org/xliff/xliff-core/v2.0/xliff-core-v2.0.html.
Other
86 stars 25 forks source link

The validator shouldn't validate any <ec/> tags which have both id and startRef attributes set #2

Closed rabularca closed 8 years ago

rabularca commented 8 years ago

According to the Xliff 2.0 Documentation, the tag must set the id attribute only when the isolated attribute is set to "yes" and in the case in which the isolated attribute is set to "no", then the startRef attribute must be used instead of the id attribute:

If and only if the attribute isolated is set to yes, the attribute id MUST be used instead of the attribute startRef that MUST be used otherwise.

For example, the tag should not be validated by the OM.

chrismar77 commented 8 years ago

Thanks for reporting this issue. We'll investigate and report back.

RyanKing77 commented 8 years ago

We have reproduced the issue and we are preparing a fix. Thanks.

RyanKing77 commented 8 years ago

We have released this fix. Thanks for reporting it!