How to force parsing of mxliff files?

How can I force Studio to parse an mxliff file like it would parse a text file? I have a scenario in which the client is incapable of parsing text properly before dumping it in an mxliff file so whereas normally Studio parses at punctuation and various other things I've specified on top of that in the TM, Studio just gives me the mxliff strings as the client put them there. I would ideall like Studio to apply the normal rules specified and turn

Blabla blabla blabla. Blabla blabla blabla? Blabla blabla blabla!

into

Blabla blabla blabla.

Blabla blabla blabla?

Blabla blabla blabla!

Is there a way of doing that? I've got the Mxliff File Type plugin installed.

Parents
  • Quite a tricky question really and depends on a couple of things.  First of all, if you disable the memsource filetype and instead add *.mxliff to the File dialog wildcard expression for the default XLIFF filetype in Studio then this filetype has the ability to segment the file as you need if processed with the appropriate TM.

    However, this may not be successful if the memsource XLIFF has been prepared with <seg-source> to control the segmentation of the XLIFF as the person preparing the file intended (read "intended").  You could remove all the segmentation markup but in my opinion this would not be wise.  Your best bet is to take the file back to your customer and ask them to prepare it properly for you.

    Paul Filkin | RWS

    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
  • Quite a tricky question really and depends on a couple of things.  First of all, if you disable the memsource filetype and instead add *.mxliff to the File dialog wildcard expression for the default XLIFF filetype in Studio then this filetype has the ability to segment the file as you need if processed with the appropriate TM.

    However, this may not be successful if the memsource XLIFF has been prepared with <seg-source> to control the segmentation of the XLIFF as the person preparing the file intended (read "intended").  You could remove all the segmentation markup but in my opinion this would not be wise.  Your best bet is to take the file back to your customer and ask them to prepare it properly for you.

    Paul Filkin | RWS

    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