Open sdlxliff files

I’m creating a .NET application that requires to open/read sdlxliff files created in SDL Trados Studio and then

retrieve all the translated strings.

I already downloaded and installed SDL Trados Studio 2011 SDK but cannot find any function there to read sdlxliff files.

I’ve been browsing the information available in SDK OpenExchange but couldn’t find any clue.

Can somebody provide advice on how to implement it on C#?

 

Regards,

Marco

 

Parents Reply
  • 1. Studio API doesn't offer any capability to update the input file directly. To clarify this a bit more it's important to know that every Studio file type is in fact a Studio plugin (including the ones which are part of the core product). Each plugin has his own particular implementation on how it reads that particular file  which means you don't have a unique API for reading all the file types. In your case the input file is xml basically so you can write your own processing using standard .net xml processing.

    2. I'm afraid that this is not related to the API's rather is how Studio is working and you can't change that default behavior from your plugin. If you need more information about this you can raise a Studio support ticket.

    Regarding TMS I can't say much since I haven't worked it. 

    Romulus Crisan | Translation Productivity Development Manager | SDL | (twitter) @cromica_82 | (blog) http://www.romuluscrisan.com/

Children