Changes in SDLXLIFF produced by Studio2015?

Dear developers,

While using my parse code to loop through the segments of an SDLXLIFF file, some structure information cannot be accessed in SDLXLIFF files produced by Studio 2015 in the same way as they were in SDLXLIFF files produced by Studio2014. For example, the document structure information (TAG, PHF, P, etc.) or some formatting tags (font colour or highlight).

Were any changes made in the structure of the SDLXLIFF files? If yes, is there a list available showing the changes?

I wonder if anyone has had the same problem as me...

Regards,

Laurent

  • Hi everyone,

    after some detailed investigation, I could find out that the colour encoding has changed from RGB to ARGB, thus explaining why some formatting were not recognized.

    Concerning document structure information, there seems to be systematically two list of context information under paragraphUnit.Properties.Contexts.Contexts, where there used to be one in version 2014. Knowing this, I could easily access the document structure again.

    Maybe these information will be useful to some of you.

    regards,

    Laurent