Any sample code available for loading an SDLXLIFF file?

Hi,

I been staring at the Sdl.FileTypeSupport.Framework.BilingualApi Namespace documentation for several days, but I just don't understand how you use this interface to load in an SDLXLIFF file and process segment text strings and save the result.

Can anyone provide a sample for opening an SDLXLIFF file and loading the content in down to the ISegment level?

Thank you for your help.

Tak Osato

Parents Reply
  • Hi Patrick,

    In one of your previous answers, you wrote

    conv.AddBilingualProcessor(new MyRegexReplacer());
    ...
    Where MyRegexReplacer is the class which will implement IBilingualProcessor interface.

    But, I don't see an interface called IBilingualProcessor.
    Which classes and interfaces do I need to derive from to implement MyRegexReplacer? 

    Please note what I want to do is to create a standalone application that performs Regex replacements on source segments of sdlxliff files.

    Regards,

    Tak

Children