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 "priority" attribute of the <note> element is not properly validated #15

Open ghost opened 8 years ago

ghost commented 8 years ago

The attached file should not pass validation because the value of the "priority" attribute in the <note> element does not conform to the schema - notice that its value is "1 " instead of "1".

space_test.xlf.txt

RyanKing77 commented 8 years ago

Thanks for reporting this issue. If you would like to contribute a fix, please do so in your fork and initiate a pull request. Otherwise, we will evaluate and prioritize the fix as appropriate.

VladimirRybalko commented 1 year ago

This is fixed in the new forked repository: Xliff.OM.NetStandard. Welcome to use it.