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

Multiple Groups with the same Id should not be allowed #23

Closed simonech closed 7 years ago

simonech commented 7 years ago

If now I add two Group with the same Id I can save the file, but then if I read it again I get a validation exception. The validation should prevent me to add two groups with the same Id

simonech commented 7 years ago

Any news on this?

simonech commented 7 years ago

My bad... sorry... was disabling validation on save :)