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

OM writes id attribute on an <ec/> tag even if the id attribute is not set #3

Closed rabularca closed 8 years ago

rabularca commented 8 years ago

When creating a default StandaloneCodeEnd object and writing it back, then it automatically adds the id attribute with an empty string as the value.

For example, when writing back the tag , the OM will write it as

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 are preparing a fix. Thanks.

RyanKing77 commented 8 years ago

We have released this fix. Thanks for reporting it!