How XLIFF/XLF Files are Handled as Source Files in XTM Cloud
Introduction
This article provides information about how XTM Cloud handles XLIFF/XLF files.
Note that Source XLIFF files and Offline XLIFF files are two different things! To learn more about Offline XLIFF files, read the following article: How to translate offline (use of XLIFF files).
XLIFF/XLF files in XTM Cloud
XTM Cloud processes source XLIFF files in accordance with the XLIFF 1.2 Specification. This means that, when an XLIFF source file is being read in XTM Workbench, the following can be imported:
The State attribute of a target element in a trans-unit is imported as a segment state in XTM Workbench. By default, signed-off is imported as completed. Other State attributes are imported as incomplete, but other mapping is possible.
The State-qualifier attribute of a target element in a trans-unit can be used to show which TM match type has been used to translate the segment. Supported values:
leveraged-inherited
→ for Repetition.fuzzy-match
→ for a Fuzzy match.leveraged-tm
→ for a Leveraged match.x-fuzzy-forward
→ for a Fuzzy repetition.exact-match
→ for an ICE match.mt-suggestion
→ for a Machine translation match.x-alphanum
→ for a Non-translatable alphanumeric segment.x-numeric
→ for a Non-translatable numeric segment.
TM matches from alt-trans elements, with their quality from the match-quality attribute and match type from the extype attribute. Supported values:
The match-quality attribute takes a percentage value (e.g. "95%"):
If it is missing, XTM Cloud assumes no matching.
If it is below 75%, XTM Cloud also assumes no matching.
The extype attribute takes one of the following values:
leveraged-inherited
→ for a Repetition.fuzzy-match
→ for a Fuzzy match (it will be shown as 100% match in XTM Workbench if nomatch-quality
is set).leveraged-match
→ for a Leveraged match.fuzzy-forward
→ for a Fuzzy repetition (it will be shown as 100% match in XTM Workbench if nomatch-quality
is set).exact-match
→ for an ICE match.MACHINE-TRANSLATION
→ for Machine translation, but it is also possible to add thestate-qualifier
attribute with themt-suggestion
value to the<target>
element of a<trans-unit>
.
Comments from the note element in a trans-unit.
Length limitation from the maxwidth or minwidth attributes of a trans-unit element.
Segment IDs and additional custom columns can be created, with additional configuration.
If the source XLIFF files store some metadata in elements such as iws:segment-metadata, it is not read by default. The XTM International Support team can try and create a configuration to extract these attributes as custom columns, to make them visible to Linguists.
Additional information about TM matches cannot be displayed possible, as custom columns are extracted per segment and it would not be possible to see which TM match the information is for if there was more than one TM match present.
A segment in an XLIFF file is only excluded from translation if the translate attribute is set to no. An alternative approach would be to use the state attribute that would cause the segment to be marked as Completed in XTM Workbench.
What can be customized within the XLF/XLIFF parser?
As was already mentioned in the previous section, XTM Cloud enables you to decide on which specific XLF/XLIFF elements should be extracted and which should not:
XTM Cloud standard XLF/XLIFF parser can be customized to extract segment IDs or custom columns.
The comments (from
note
elements) and maxlength and minlength (frommaxwidth
andminwidth
attributes of trans-unit) are extracted by default.The language-based segmentation can also be adjusted (sentence-based or paragraph-based segmentation).
The content-based (on inline tags) segmentation and translation rules are not customizable.
The XLIFF state attribute can be mapped to a preferred XTM Workbench status, and the XTM Workbench status can be mapped to a preferred target state attribute for XLIFF.
The target language code can be mapped to a preferred one for a particular language.
XTM Cloud advanced XLF/XLIFF parser allows for everything the previous one did, and adds the possibility to exclude something from translation, break segments on inline elements, and hide or lock already translated segments. For more information, do not hesitate to contact XTM International Support.
XLIFF files from other CAT tools
Trados files are for the most part not recognizable in XTM Cloud.
.sdlxliff and .sdlproj files are analyzable in XTM Cloud.
.sdlppx, .mdf, .mtf, and .sdltm file formats are not supported in XTM Cloud.