Details
-
Bug
-
Resolution: Fixed
-
None
-
Critical
-
The XLF import fails if there are g tags surrounding the mrk segmentation tags.
-
Empty show more show less
Description
problem
The import of following XLF structures is failing:
<g><mrk mtype="seg">Und das Dach ist rot.</mrk></g>
Error message:
ERRORE1195 (# 48074) editor.import.fileparser.xlf → editor_Models_Import_FileParser_Xlf_Exception: A trans-unit of file "09-Translate
2786-en-de.xlf" contains MRK tags other than type=seg, which are currently not supported! Stop Import
reason
Basically no other content is allowed outside the mrk segmentation tags.
possible fix
Allow other content if it is tag content only.
Also we said, that we in the future will generally allow, that content is outside of mrk-Tags by using the existing mechanism, where the number of source and target segments of one trans-unit does not have to be the same.