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 26 forks source link

Fixed #16. The character '/' in namespace URIs is not allowed #19

Closed VladimirRybalko closed 5 years ago

VladimirRybalko commented 7 years ago

Is there any chance to merge it?

jogleasonjr commented 6 years ago

I would also like to see this merged to fix #16 and pushed to NuGet.

ITS attributes (among others) are extremely common in these types of file formats. This bug prevents them from processing at all using this library.

@jurgen178 any chance we could schedule this PR for consideration? Thank you!

marcta76 commented 5 years ago

Thanks for fixing this @VladimirRybalko.