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
  • Hi Marco,

    I'm not a developer but one of the OX developers I know suggested this:

    To implement an SDLXLIFF reader using the SDL SDK API the developer needs to get hold of the ‘ProcessParagraphUnit’ by implementing the IBilingualContentProcessor interface from the BilingualApi and then use one of the conversion methods to access that implementation like IMultiFileConverter etc… for Studio 2011 for example.

    There are plenty of examples from the File type Support Framework API; the developer just needs to …search for ProcessParagraphUnit and read/study.

    File type Support Framework 2.0 (governing custom verifiers, previews and filters)

    At the very minimum the developer will need to make reference to the following assemblies:

    • Sdl.FileTypeSupport.Framework.Core
    • Sdl.FileTypeSupport.Framework.Core.Utilities
    • Sdl.FileTypeSupport.Framework.Implementation

    Good luck!

    Paul

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

Reply
  • Hi Marco,

    I'm not a developer but one of the OX developers I know suggested this:

    To implement an SDLXLIFF reader using the SDL SDK API the developer needs to get hold of the ‘ProcessParagraphUnit’ by implementing the IBilingualContentProcessor interface from the BilingualApi and then use one of the conversion methods to access that implementation like IMultiFileConverter etc… for Studio 2011 for example.

    There are plenty of examples from the File type Support Framework API; the developer just needs to …search for ProcessParagraphUnit and read/study.

    File type Support Framework 2.0 (governing custom verifiers, previews and filters)

    At the very minimum the developer will need to make reference to the following assemblies:

    • Sdl.FileTypeSupport.Framework.Core
    • Sdl.FileTypeSupport.Framework.Core.Utilities
    • Sdl.FileTypeSupport.Framework.Implementation

    Good luck!

    Paul

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

Children